From dce3df25805def4b2843d6940c913ea117c16375 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Sat, 20 Nov 2021 11:30:59 +0100 Subject: [PATCH] Updated schemas for #17 --- source/general/world_x_packs.json | 1 + source/language/language_names.json | 1 + source/resource/biomes_client.json | 1 + source/resource/blocks.json | 1 + source/resource/sounds.json | 1 + 5 files changed, 5 insertions(+) diff --git a/source/general/world_x_packs.json b/source/general/world_x_packs.json index 4ac39440..83cec674 100644 --- a/source/general/world_x_packs.json +++ b/source/general/world_x_packs.json @@ -1,4 +1,5 @@ { + "$schema": "http://json-schema.org/draft-07/schema", "$id": "blockception.minecraft.world_x_packs", "type": "array", "title": "World X Pack Schema", diff --git a/source/language/language_names.json b/source/language/language_names.json index 2e9b79d4..905ed2e7 100644 --- a/source/language/language_names.json +++ b/source/language/language_names.json @@ -1,4 +1,5 @@ { + "$schema": "http://json-schema.org/draft-07/schema", "$id": "blockception.minecraft.language_names", "examples": [ [ diff --git a/source/resource/biomes_client.json b/source/resource/biomes_client.json index cc900831..52cccffe 100644 --- a/source/resource/biomes_client.json +++ b/source/resource/biomes_client.json @@ -1,4 +1,5 @@ { + "$schema": "http://json-schema.org/draft-07/schema", "$id": "blockception.minecraft.biomes_client.json", "type": "object", "title": "Biomes Client", diff --git a/source/resource/blocks.json b/source/resource/blocks.json index 11d5632a..592885a3 100644 --- a/source/resource/blocks.json +++ b/source/resource/blocks.json @@ -1,4 +1,5 @@ { + "$schema": "http://json-schema.org/draft-07/schema", "$id": "blockception.minecraft.block.json", "type": "object", "title": "Blocks", diff --git a/source/resource/sounds.json b/source/resource/sounds.json index 4ad27f8f..ed02880a 100644 --- a/source/resource/sounds.json +++ b/source/resource/sounds.json @@ -1,4 +1,5 @@ { + "$schema": "http://json-schema.org/draft-07/schema", "$id": "blockception.minecraft.resource.sounds.json", "type": "object", "title": "Sounds.json",