auto: Formatted json files

This commit is contained in:
DaanV2
2021-02-10 02:07:15 +01:00
parent 4a3946faf5
commit d41341b979
47 changed files with 33553 additions and 194 deletions

View File

@@ -1 +1,42 @@
{"$schema":"http://json-schema.org/draft-07/schema","title":"Skip pack","description":"Skin pack definition","type":"object","additionalProperties":false,"required":["serialize_name","localization_name","skins"],"properties":{"serialize_name":{"title":"Serialize name","description":"The name of the pack as an identifier, they must be the same as the name of pack without spaces","type":"string"},"localization_name":{"title":"Locatlization name","description":"The key in the language file to use to display text","type":"string"},"skins":{"type":"array","title":"Skins","description":"An array of item","items":{"title":"Skin definition","description":"A single skin definition","additionalProperties":false,"required":["localization_name","geometry","texture","type"],"properties":{"localization_name":{"title":"Locatlization name","description":"The key in the language file to use to display text","type":"string"},"geometry":{"title":"Geometry","description":"The type of geometry to use","enum":["geometry.humanoid.custom","geometry.humanoid.customSlim"]},"texture":{"title":"Texture","description":"The filename of the skin","pattern":"^.*\\.png$"},"type":{"title":"Type","description":"The type of skin","enum":["free","paid"]}}}}},"definitions":{}}
{
"$schema": "http://json-schema.org/draft-07/schema",
"title": "Skip pack",
"description": "Skin pack definition",
"type": "object",
"additionalProperties": false,
"required": ["serialize_name", "localization_name", "skins"],
"properties": {
"serialize_name": {
"title": "Serialize name",
"description": "The name of the pack as an identifier, they must be the same as the name of pack without spaces",
"type": "string"
},
"localization_name": { "title": "Locatlization name", "description": "The key in the language file to use to display text", "type": "string" },
"skins": {
"type": "array",
"title": "Skins",
"description": "An array of item",
"items": {
"title": "Skin definition",
"description": "A single skin definition",
"additionalProperties": false,
"required": ["localization_name", "geometry", "texture", "type"],
"properties": {
"localization_name": {
"title": "Locatlization name",
"description": "The key in the language file to use to display text",
"type": "string"
},
"geometry": {
"title": "Geometry",
"description": "The type of geometry to use",
"enum": ["geometry.humanoid.custom", "geometry.humanoid.customSlim"]
},
"texture": { "title": "Texture", "description": "The filename of the skin", "pattern": "^.*\\.png$" },
"type": { "title": "Type", "description": "The type of skin", "enum": ["free", "paid"] }
}
}
}
},
"definitions": {}
}