Skip to content

Commit 767f4bc

Browse files
committed
fix: Use $ref in uuid array.
1 parent e9bc2d5 commit 767f4bc

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
@@ -2517,8 +2517,7 @@
25172517
"description": "Associated user profile IDs or null.",
25182518
"type": ["array", "null"],
25192519
"items": {
2520-
"type": "string",
2521-
"format": "uuid"
2520+
"$ref": "#/components/schemas/Uuid"
25222521
},
25232522
"examples": [
25242523
[

0 commit comments

Comments
 (0)