Skip to content

Commit 1ff6eb2

Browse files
authored
⬆️ Webserver node locking: missing change (#8230)
1 parent b85b814 commit 1ff6eb2

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

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

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,6 +458,16 @@
458458
"ABORTED"
459459
],
460460
"type": "string"
461+
},
462+
"lock_state": {
463+
"type": "object",
464+
"properties": {
465+
"locked": {
466+
"type": "boolean",
467+
"description": "true if the node is locked",
468+
"default": false
469+
}
470+
}
461471
}
462472
},
463473
"additionalProperties": false
@@ -765,7 +775,10 @@
765775
"description": "Object containing Quality Assessment related data"
766776
},
767777
"workspaceId": {
768-
"type": ["integer", "null"]
778+
"type": [
779+
"integer",
780+
"null"
781+
]
769782
},
770783
"type": {
771784
"type": "string",

0 commit comments

Comments
 (0)