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