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

6 lines
128 B
JSON
Raw Normal View History

2023-10-24 00:31:52 +02:00
{
"title": "Any",
"description": "An any value.",
"type": ["array", "boolean", "integer", "number", "object", "string"]
}