27 lines
527 B
JSON
27 lines
527 B
JSON
{
|
|
"title": "Variables",
|
|
"description": "The variables that are contained within this element.",
|
|
"anyOf": [
|
|
{
|
|
"$ref": "../../general/item_ref.json"
|
|
},
|
|
{
|
|
"type": "array",
|
|
"items": {
|
|
"type": "object",
|
|
"title": "Variables",
|
|
"additionalProperties": {
|
|
"$ref": "#/definitions/variables"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"type": "object",
|
|
"title": "Variables",
|
|
"additionalProperties": {
|
|
"$ref": "#/definitions/variables"
|
|
}
|
|
}
|
|
]
|
|
}
|