auto: Generated schemas

This commit is contained in:
DaanV2
2021-03-11 16:08:01 +01:00
parent de6122659b
commit 7d651fd00a
34 changed files with 34 additions and 29956 deletions

View File

@@ -1,8 +1 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"title": "Texture list",
"description": "A list of texture to load in",
"type": "array",
"items": { "title": "Filepath", "type": "string", "pattern": "^textures/", "examples": ["textures/blocks/"] },
"definitions": {}
}
{"$schema":"http://json-schema.org/draft-07/schema","title":"Texture list","description":"A list of texture to load in","type":"array","items":{"title":"Filepath","type":"string","pattern":"^textures/","examples":["textures/blocks/"]},"definitions":{}}