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