mirror of
https://github.com/deepmodeling/Uni-Lab-OS
synced 2026-04-24 00:29:56 +00:00
20 lines
297 B
JSON
20 lines
297 B
JSON
{
|
|
"type": "UniLabJsonCommand",
|
|
"goal": {
|
|
"count": "count"
|
|
},
|
|
"schema": {
|
|
"type": "object",
|
|
"properties": {
|
|
"count": {
|
|
"type": "integer",
|
|
"default": 5
|
|
}
|
|
},
|
|
"required": []
|
|
},
|
|
"goal_default": {
|
|
"count": 5
|
|
},
|
|
"placeholder_keys": {}
|
|
} |