Files
minecraft-bedrock-json-schemas/source/resource/ui/elements/properties/property_bag.json

17 lines
333 B
JSON
Raw Normal View History

2023-10-24 19:49:51 +02:00
{
"title": "Property Bag",
"description": "The property bag that will be used by the element.",
"anyOf": [
{
"type": "object",
"additionalProperties": {
"title": "Property Bag Property",
"$ref": "../../general/any.json"
}
},
{
"$ref": "../../general/string.json"
}
]
}