gitlab-org--gitlab-foss/spec/fixtures/api/schemas/entities/dag_job.json

11 lines
244 B
JSON

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