auto: Formatted json files

This commit is contained in:
DaanV2
2020-11-26 17:00:56 +01:00
parent 7b00f48620
commit 124cc839f1
7 changed files with 10 additions and 16 deletions

View File

@@ -5,6 +5,6 @@
"type": "string",
"title": "Breathability 1.10.0",
"description": "Property describing the breathability of this block and whether it is treated as a solid or as air.",
"enum": [ "solid", "air" ],
"enum": ["solid", "air"],
"default": "solid"
}

View File

@@ -25,10 +25,7 @@
"range": {
"title": "Range",
"type": "array",
"items": [
{ "type": "integer" },
{ "type": "integer" }
]
"items": [{ "type": "integer" }, { "type": "integer" }]
},
"target": {
"title": "Target",

View File

@@ -6,8 +6,8 @@
"type": "array",
"additionalProperties": false,
"items": [
{ "type": "number", "title": "X"},
{ "type": "number", "title": "Y"},
{ "type": "number", "title": "Z"}
{ "type": "number", "title": "X" },
{ "type": "number", "title": "Y" },
{ "type": "number", "title": "Z" }
]
}

View File

@@ -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",