11 lines
194 B
JSON
11 lines
194 B
JSON
{
|
|
"type": "object",
|
|
"required": ["stages"],
|
|
"properties": {
|
|
"stages": {
|
|
"type": "array",
|
|
"items": { "$ref": "dag_stage.json" }
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
}
|