2020-07-28 23:09:34 +05:30
|
|
|
{
|
|
|
|
"type": "object",
|
|
|
|
"required": ["name", "scheduling_type"],
|
|
|
|
"properties": {
|
|
|
|
"name": { "type": "string" },
|
2021-06-08 01:23:25 +05:30
|
|
|
"scheduling_type": { "type": ["string", "null"] },
|
2020-07-28 23:09:34 +05:30
|
|
|
"needs": { "type": "array" }
|
|
|
|
},
|
|
|
|
"additionalProperties": false
|
|
|
|
}
|