Skip to content

Commit d273dfa

Browse files
committed
update OAS
1 parent 85d48fa commit d273dfa

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

services/api-server/openapi.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7597,8 +7597,8 @@
75977597
"format": "uuid"
75987598
},
75997599
{
7600-
"type": "string",
7601-
"pattern": "^null$"
7600+
"const": "null",
7601+
"type": "string"
76027602
}
76037603
],
76047604
"title": "X-Simcore-Parent-Project-Uuid"
@@ -7615,8 +7615,8 @@
76157615
"format": "uuid"
76167616
},
76177617
{
7618-
"type": "string",
7619-
"pattern": "^null$"
7618+
"const": "null",
7619+
"type": "string"
76207620
}
76217621
],
76227622
"title": "X-Simcore-Parent-Node-Id"
@@ -7729,8 +7729,8 @@
77297729
"format": "uuid"
77307730
},
77317731
{
7732-
"type": "string",
7733-
"pattern": "^null$"
7732+
"const": "null",
7733+
"type": "string"
77347734
}
77357735
],
77367736
"title": "X-Simcore-Parent-Project-Uuid"
@@ -7747,8 +7747,8 @@
77477747
"format": "uuid"
77487748
},
77497749
{
7750-
"type": "string",
7751-
"pattern": "^null$"
7750+
"const": "null",
7751+
"type": "string"
77527752
}
77537753
],
77547754
"title": "X-Simcore-Parent-Node-Id"

0 commit comments

Comments
 (0)