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.behavior.animation_controller",
"examples": [
{

View File

@@ -1,4 +1,5 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behavior.animations",
"examples": [{ "format_version": "1.17.0", "animations": { "animation.example": {} } }],
"definitions": {

View File

@@ -1,4 +1,5 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "minecraft.behavior.biomes",
"type": "object",
"examples": [{ "plains": { "format_version": "1.17.0" } }],

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,4 +1,5 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behavior.items",
"examples": [{ "format_version": "1.16.200", "minecraft:item": { "description": { "identifier": "namespace:item" }, "components": {} } }],
"allOf": [

View File

@@ -1,4 +1,5 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behavior.loot_tables",
"additionalProperties": false,
"description": "A minecraft loot table",

View File

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

View File

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

View File

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

View File

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