Skip to content

Commit 7dd66d0

Browse files
committed
Fixing variable reference
1 parent 12613b5 commit 7dd66d0

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
{
22
"title": "Variables",
33
"description": "The variables that are contained within this element.",
4+
"definitions": {
5+
"variables": {
6+
"title": "Variable Definition",
7+
"description": "A variable is a reference to a value that can be used in the UI."
8+
}
9+
},
410
"anyOf": [
5-
{
6-
"$ref": "../../general/item_ref.json"
7-
},
11+
{ "$ref": "../../general/item_ref.json" },
812
{
913
"type": "array",
1014
"items": {
1115
"type": "object",
1216
"title": "Variables",
13-
"additionalProperties": {
14-
"$ref": "#/definitions/variables"
15-
}
17+
"additionalProperties": { "$ref": "#/definitions/variables" }
1618
}
1719
},
1820
{
1921
"type": "object",
2022
"title": "Variables",
21-
"additionalProperties": {
22-
"$ref": "#/definitions/variables"
23-
}
23+
"additionalProperties": { "$ref": "#/definitions/variables" }
2424
}
2525
]
2626
}

0 commit comments

Comments
 (0)