Skip to content

Commit

Permalink
Merge pull request #538 from opengeospatial/part2-rfc-changes
Browse files Browse the repository at this point in the history
[WIP] update requirement 2 wording (#536)
  • Loading branch information
chris-little authored Apr 11, 2024
2 parents 853c0b5 + f360e1c commit 97cf241
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[%metadata]
identifier:: /conf/pubsub-message-payload/id
target:: /req/pubsub-message-payload/id
test-purpose:: Validate that a notification message provides an `id` property that is a GUID.
test-purpose:: Validate that a notification message provides an `id` property that is a UUID.
test-method::
+
--
Expand All @@ -13,6 +13,6 @@ test-method::
4. Find a link that contains `+rel=service-desc+` that corresponds to an AsyncAPI 3.0 description
5. Using the server endpoint, subscribe to a given topic.
6. Upon receiving a message against the selected topic, ensure that the message has an `id` property.
7. Ensure that the `id` property is a valid GUID.
7. Ensure that the `id` property is a valid UUID.
--
====
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
====
[%metadata]
identifier:: /req/pubsub-channels/channels
part:: 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.
part:: Channels (topic/destination/node depending on protocol) that communicate changes to resources in an OGC Web API SHALL be expressed within an AsyncAPI channel with an ``x-ogc-api-link`` object.
====
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
====
[%metadata]
identifier:: /req/pubsub-message-payload/id
part:: A Pub/Sub notification message SHALL provide an `+id+` property as a GUID.
part:: A Pub/Sub notification message SHALL provide an `+id+` property as a UUID.
====

0 comments on commit 97cf241

Please sign in to comment.