Skip to content

Commit a8f1977

Browse files
matusdrobuliak66Matus Drobuliak
andauthored
🐛 fix project-v0.0.1.json schema (#7684)
Co-authored-by: Matus Drobuliak <[email protected]>
1 parent 17a8abf commit a8f1977

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

services/director/src/simcore_service_director/api/v0/schemas/project-v0.0.1.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -766,6 +766,30 @@
766766
},
767767
"workspaceId": {
768768
"type": ["integer", "null"]
769+
},
770+
"type": {
771+
"type": "string",
772+
"description": "project type",
773+
"enum": [
774+
"STANDARD",
775+
"TEMPLATE"
776+
]
777+
},
778+
"templateType": {
779+
"anyOf": [
780+
{
781+
"type": "null"
782+
},
783+
{
784+
"type": "string",
785+
"description": "project template type",
786+
"enum": [
787+
"TEMPLATE",
788+
"HYPERTOOL",
789+
"TUTORIAL"
790+
]
791+
}
792+
]
769793
}
770794
}
771795
}

0 commit comments

Comments
 (0)