Updated schemas for #17

This commit is contained in:
DaanV2
2021-11-20 11:30:59 +01:00
parent a47c61403f
commit dce3df2580
5 changed files with 5 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
{ {
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.world_x_packs", "$id": "blockception.minecraft.world_x_packs",
"type": "array", "type": "array",
"title": "World X Pack Schema", "title": "World X Pack Schema",

View File

@@ -1,4 +1,5 @@
{ {
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.language_names", "$id": "blockception.minecraft.language_names",
"examples": [ "examples": [
[ [

View File

@@ -1,4 +1,5 @@
{ {
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.biomes_client.json", "$id": "blockception.minecraft.biomes_client.json",
"type": "object", "type": "object",
"title": "Biomes Client", "title": "Biomes Client",

View File

@@ -1,4 +1,5 @@
{ {
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.block.json", "$id": "blockception.minecraft.block.json",
"type": "object", "type": "object",
"title": "Blocks", "title": "Blocks",

View File

@@ -1,4 +1,5 @@
{ {
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.resource.sounds.json", "$id": "blockception.minecraft.resource.sounds.json",
"type": "object", "type": "object",
"title": "Sounds.json", "title": "Sounds.json",