Skip to content

Commit 9a9171a

Browse files
authored
Merge pull request #495 from opengeospatial/chris-little-patch-1
Chris little patch editorial consistency
2 parents ad3e8f3 + c7fbd9e commit 9a9171a

23 files changed

+80
-92
lines changed

extensions/pubsub/standard/document.adoc

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
= OGC API - Environmental Data Retrieval - Part 2: Publish-Subscribe workflow
1+
= OGC API - Environmental Data Retrieval - Part 2: Publish-Subscribe Workflow
22
:doctype: standard
33
:encoding: utf-8
44
:lang: en
@@ -7,14 +7,15 @@
77
:draft: 1.0
88
:external-id: http://www.opengis.net/doc/IS/ogcapi-edr-2/1.0
99
:docnumber: 23-057
10-
:received-date: 2023-08-28
11-
:issued-date: 2023-08-28
12-
:published-date: 2023-08-28
10+
:received-date: 2024-01-11
11+
:issued-date: 2024-01-11
12+
:published-date: 2024-01-11
1313
:fullname: Tom Kralidis
1414
:role: editor
15-
:fullname_2: Mark Burgoyne
16-
:fullname_3: Steve Olson
17-
:fullname_4: Shane Mill
15+
:fullname_2: Chris Little
16+
:fullname_3: Mark Burgoyne
17+
:fullname_4: Steve Olson
18+
:fullname_5: Shane Mill
1819
:docsubtype: Interface
1920
:keywords: OGC API, Pub/Sub, Publish, Subscribe, Publish-Subscribe, Event driven architecture, Asynchronous, OGC document, OGC
2021
:submitting-organizations: Meteorological Service of Canada; UK Met Office; US National Weather Service;

extensions/pubsub/standard/recommendations/pubsub-message-payload/PER_operation.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
66
*A:*
77
8-
An OGC API Pub/Sub Notification Message MAY provide the `+properties.operation+` property to indicate if a resource has been inserted.
8+
A Pub/Sub Notification Message MAY provide the `+properties.operation+` property to indicate if a resource has been inserted.
99
1010
====

extensions/pubsub/standard/recommendations/pubsub-message-payload/REC_crs.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
55
*A:*
66
7-
An OGC API Pub/Sub notification message encoding describing data in a CRS other than WGS84 SHOULD use OGC Features and Geometries JSON.
7+
A Pub/Sub notification message encoding describing data in a CRS other than WGS84 SHOULD use OGC Features and Geometries JSON.
88
99
====

extensions/pubsub/standard/recommendations/pubsub/PER_links.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
*A:*
77
8-
An OGC API collection endpoint MAY provide a link reference to a Publish-Subscribe server from an OGC API endpoint when Publish-Subscribe capabilities exist related to the OGC API collection endpoint.
8+
A collection endpoint MAY provide a link reference to a Publish-Subscribe server from an OGC API implementation endpoint when Publish-Subscribe capabilities exist related to the collection endpoint.
99
1010
*B:*
1111

extensions/pubsub/standard/recommendations/pubsub/PER_protocols.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
*A:*
66
7-
A Publish-Subscribe MAY use the message queueing protocol of their choice/requirements.
7+
A Publish-Subscribe MAY use the message queueing protocol of their choice and/or based on application requirements.
88
99
1010
====

extensions/pubsub/standard/requirements/pubsub-channels/REQ_rc-channels.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
66
*A:*
77
8-
Channels (topic/destination/node depending on protocol) which have equivalent OGC API functionality SHALL be expressed within an AsyncAPI channel with an ``x-ogc-api-link`` object.
8+
Channels (topic/destination/node depending on protocol) that have equivalent API endpoint functionality SHALL be expressed within an AsyncAPI channel with an ``x-ogc-api-link`` object.
99
1010
====

extensions/pubsub/standard/requirements/pubsub-message-payload/REQ_rc-geojson.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
66
*A:*
77
8-
An OGC API Pub/Sub notification message encoding SHALL be compliant to IETF RFC7946 GeoJSON.
8+
A Pub/Sub notification message encoding SHALL be compliant to IETF RFC7946 GeoJSON.
99
1010
====

extensions/pubsub/standard/requirements/pubsub-message-payload/REQ_rc-id.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
66
*A:*
77
8-
An OGC API Pub/Sub notification message SHALL provide an `+id+` property as a GUID.
8+
A Pub/Sub notification message SHALL provide an `+id+` property as a GUID.
99
1010
====

extensions/pubsub/standard/requirements/pubsub-message-payload/REQ_rc-operation.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
66
*A:*
77
8-
An OGC API Pub/Sub Notification Message SHALL provide the `+properties.operation+` property to indicate if a resource has been updated or deleted.
8+
A Pub/Sub Notification Message SHALL provide the `+properties.operation+` property to indicate if a resource has been updated or deleted.
99
1010
====

extensions/pubsub/standard/requirements/pubsub-message-payload/REQ_rc-pubtime.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
66
*A:*
77
8-
An OGC API Pub/Sub notification message SHALL provide a `+properties.pubtime+` property in RFC3339 format.
8+
A Pub/Sub notification message SHALL provide a `+properties.pubtime+` property in RFC3339 format.
99
1010
====

0 commit comments

Comments
 (0)