File tree Expand file tree Collapse file tree 3 files changed +17
-0
lines changed
web/server/src/simcore_service_webserver/api/v0 Expand file tree Collapse file tree 3 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 28782878 ],
28792879 "title" : " Service Message" ,
28802880 "description" : " additional information related to service state"
2881+ },
2882+ "is_collaborative" : {
2883+ "type" : " boolean" ,
2884+ "title" : " Is Collaborative" ,
2885+ "description" : " True if service allows collaboration (multi-tenant access)" ,
2886+ "default" : false
28812887 }
28822888 },
28832889 "type" : " object" ,
Original file line number Diff line number Diff line change 224224 ],
225225 "title" : " Service Message" ,
226226 "description" : " additional information related to service state"
227+ },
228+ "is_collaborative" : {
229+ "type" : " boolean" ,
230+ "title" : " Is Collaborative" ,
231+ "description" : " True if service allows collaboration (multi-tenant access)" ,
232+ "default" : false
227233 }
228234 },
229235 "type" : " object" ,
Original file line number Diff line number Diff line change @@ -16915,6 +16915,11 @@ components:
1691516915 - type : ' null'
1691616916 title : Service Message
1691716917 description : additional information related to service state
16918+ is_collaborative :
16919+ type : boolean
16920+ title : Is Collaborative
16921+ description : True if service allows collaboration (multi-tenant access)
16922+ default : false
1691816923 type : object
1691916924 required :
1692016925 - service_key
You can’t perform that action at this time.
0 commit comments