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

13 lines
317 B
JSON
Raw Normal View History

2023-10-24 00:31:52 +02:00
{
"title": "Global Variables",
"description": "Global variables that can be used in any JSON file.",
"type": "object",
"propertyNames": {
"pattern": "^\\$[a-zA-Z0-9_]+$"
},
"additionalProperties": {
"title": "Global Variable",
"type": ["array", "boolean", "integer", "number", "string"]
}
}