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

1 line
327 B
JSON
Raw Normal View History

2023-10-23 22:32:13 +00: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"]}}},"definitions":{}}