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