Files
minecraft-bedrock-json-schemas/source/resource/ui/_ui_defs.json

18 lines
414 B
JSON
Raw Normal View History

2023-10-24 00:31:52 +02:00
{
"$schema": "http://json-schema.org/draft-07/schema",
"title": "UI definitions",
"type": "object",
"properties": {
"ui_defs": {
"title": "UI definitions",
"type": "array",
"items": {
"type": "string",
"title": "UI definition path",
"description": "Path to a UI definition file.",
"examples": ["ui/button.json", "ui/checkbox.json"]
}
}
}
}