Files
minecraft-bedrock-json-schemas/source/resource/ui/general/string.json
2023-10-24 00:31:52 +02:00

6 lines
144 B
JSON

{
"title": "String",
"description": "A string value.",
"anyOf": [{ "type": "string" }, { "type": "string", "$ref": "./item_ref.json" }]
}