debian-mirror-gitlab/spec/fixtures/api/schemas/entities/dag_job.json
2020-08-09 17:44:08 +05:30

10 lines
242 B
JSON

{
"type": "object",
"required": ["name", "scheduling_type"],
"properties": {
"name": { "type": "string" },
"scheduling_type": { "type": ["string", null] },
"needs": { "type": "array" }
},
"additionalProperties": false
}