Added $Schema #17

This commit is contained in:
Daan Verstraten
2021-11-20 11:26:35 +01:00
parent 276a7c0407
commit b543ec56d6
33 changed files with 34 additions and 1 deletions

View File

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

View File

@@ -1,4 +1,5 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.resource.actor_animation",
"examples": [{ "format_version": "1.17.0", "animations": { "animation.annie.idle": { "loop": true, "animation_length": 2.12, "bones": {} } } }],
"additionalProperties": false,

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,8 +1,9 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.music_definitions.json",
"examples": [{ "example": { "event_name": "music.example", "min_delay": 600, "max_delay": 1200 } }],
"type": "object",
"title": "Music File",
"title": "Music File",
"description": "The definition file of music of the resourcepack",
"definitions": { "music": {} },
"propertyNames": { "examples": ["creative", "credits", "end", "endboss", "game", "hell", "menu", "nether", "soulsand_valley", "water"] },

View File

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

View File

@@ -1,4 +1,5 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.resource.texture.flipbook",
"additionalProperties": false,
"description": "The file that specifies animated textures",

View File

@@ -1,4 +1,5 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.resource.texture.item_texture",
"additionalProperties": false,
"type": "object",

View File

@@ -1,4 +1,5 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.resource.texture.terrain_texture",
"additionalProperties": false,
"type": "object",

View File

@@ -1,4 +1,5 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"title": "Texture List",
"description": "A list of texture to load in",
"type": "array",