Skip to content

Commit 95607c4

Browse files
author
Andrei Neagu
committed
upgraded specs
1 parent b6169b7 commit 95607c4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

services/director-v2/openapi.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2852,6 +2852,10 @@
28522852
"paths_mapping": {
28532853
"$ref": "#/components/schemas/PathMappingsLabel"
28542854
},
2855+
"is_collaborative": {
2856+
"type": "boolean",
2857+
"title": "Is Collaborative"
2858+
},
28552859
"simcore.service.compose-spec": {
28562860
"anyOf": [
28572861
{
@@ -3112,6 +3116,7 @@
31123116
"type": "object",
31133117
"required": [
31143118
"paths_mapping",
3119+
"is_collaborative",
31153120
"service_key",
31163121
"service_version",
31173122
"user_id",

0 commit comments

Comments
 (0)