Solving some missing schemas

This commit is contained in:
DaanV2
2024-03-23 08:01:59 +01:00
parent cc2869ffbb
commit 432bde8cda
8 changed files with 47 additions and 52 deletions

View File

@@ -15,27 +15,11 @@
]
}
],
"definitions": {
"trigger": {
"$ref": "../types/trigger.json"
}
},
"properties": {
"triggers": {
"description": "The list of triggers that fire when the environment conditions match the given filter criteria.",
"title": "Triggers",
"oneOf": [
{
"type": "array",
"items": {
"$ref": "#/definitions/trigger"
}
},
{
"type": "object",
"$ref": "#/definitions/trigger"
}
]
"$ref": "../types/trigger.json"
}
}
}

View File

@@ -85,7 +85,8 @@
"type": "string",
"default": "",
"description": "Entity Definition that this entity will transform into.",
"title": "Into"
"title": "Into",
"examples": ["minecraft:drowned<minecraft:as_baby>", "minecraft:drowned"]
},
"keep_level": {
"type": "boolean",