Solving some missing schemas
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user