Skip to content

Commit ab76129

Browse files
committed
Refactor correlationId property to reference Uuid schema in Data Gateway API
1 parent 253667b commit ab76129

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

specs/Data-Gateway.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5283,8 +5283,7 @@
52835283
],
52845284
"properties": {
52855285
"correlationId": {
5286-
"type": "string",
5287-
"format":"uuid",
5286+
"$ref": "#/components/schemas/Uuid",
52885287
"description": "Matches ID from whatever is being audited."
52895288
},
52905289
"name": {

0 commit comments

Comments
 (0)