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

11 lines
207 B
JSON

{
"type": "object",
"required": ["name", "groups"],
"properties": {
"name": { "type": "string" },
"groups": {
"type": "array",
"items": { "$ref": "dag_job_group.json" }
}
}
}