debian-mirror-gitlab/spec/fixtures/api/schemas/entities/dag_job.json

11 lines
242 B
JSON
Raw Normal View History

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