Files
minecraft-bedrock-json-schemas/source/resource/ui/general/string.json

6 lines
144 B
JSON
Raw Normal View History

2023-10-24 00:31:52 +02:00
{
"title": "String",
"description": "A string value.",
"anyOf": [{ "type": "string" }, { "type": "string", "$ref": "./item_ref.json" }]
}