File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
source/resource/ui/elements/properties Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments