Skip to content

Commit dc54f08

Browse files
🐛 Update project schema for legacy api tests (#8706)
1 parent aab6992 commit dc54f08

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"creationDate",
1515
"lastChangeDate",
1616
"thumbnail",
17-
"workbench"
17+
"workbench",
18+
"productName"
1819
],
1920
"properties": {
2021
"uuid": {
@@ -803,6 +804,10 @@
803804
]
804805
}
805806
]
807+
},
808+
"productName": {
809+
"type": "string",
810+
"description": "Product to which the project belongs"
806811
}
807812
}
808813
}

0 commit comments

Comments
 (0)