mirror of
https://github.com/deepmodeling/Uni-Lab-OS
synced 2026-04-25 13:19:56 +00:00
32 lines
658 B
JSON
32 lines
658 B
JSON
{
|
|
"type": "UniLabJsonCommand",
|
|
"goal": {
|
|
"timeout_seconds": "timeout_seconds",
|
|
"assignee_user_ids": "assignee_user_ids"
|
|
},
|
|
"schema": {
|
|
"type": "object",
|
|
"properties": {
|
|
"timeout_seconds": {
|
|
"type": "integer"
|
|
},
|
|
"assignee_user_ids": {
|
|
"type": "array",
|
|
"items": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
},
|
|
"required": [
|
|
"timeout_seconds",
|
|
"assignee_user_ids"
|
|
],
|
|
"_unilabos_placeholder_info": {
|
|
"assignee_user_ids": "unilabos_manual_confirm"
|
|
}
|
|
},
|
|
"goal_default": {},
|
|
"placeholder_keys": {
|
|
"assignee_user_ids": "unilabos_manual_confirm"
|
|
}
|
|
} |