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