Skip to content

Commit

Permalink
GUID -> UUID
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Apr 11, 2024
1 parent 6a83016 commit f360e1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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-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 f360e1c

Please sign in to comment.