auto: Formatted json files
This commit is contained in:
@@ -25,10 +25,7 @@
|
||||
"range": {
|
||||
"title": "Range",
|
||||
"type": "array",
|
||||
"items": [
|
||||
{ "type": "integer" },
|
||||
{ "type": "integer" }
|
||||
]
|
||||
"items": [{ "type": "integer" }, { "type": "integer" }]
|
||||
},
|
||||
"target": {
|
||||
"title": "Target",
|
||||
|
||||
@@ -15,10 +15,7 @@
|
||||
"title": "Range",
|
||||
"description": "The Range between which the component will trigger his event.",
|
||||
"type": "array",
|
||||
"items": [
|
||||
{ "type": "integer" },
|
||||
{ "type": "integer" }
|
||||
]
|
||||
"items": [{ "type": "integer" }, { "type": "integer" }]
|
||||
},
|
||||
"on_tick": {
|
||||
"type": "object",
|
||||
|
||||
Reference in New Issue
Block a user