auto: Formatted documents

This commit is contained in:
DaanV2
2021-05-18 23:32:44 +02:00
parent 6963d4eaab
commit 5b784a9cfc
400 changed files with 6276 additions and 1125 deletions

View File

@@ -22,8 +22,16 @@
"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"] },
"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"] }
}