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