1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-09-23 21:52:46 +00:00
Files
2025-09-09 10:02:11 -07:00

52 lines
964 B
JSON

{
"$id": "2794205495",
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"2770948419": {
"properties": {
"name": {
"type": "string"
},
"states": {
"additionalProperties": {
"$ref": "#/definitions/517105782"
},
"type": "object"
},
"tags": {
"type": "string"
}
},
"title": "BlockDescriptorProxy",
"type": "object"
},
"517105782": {
"oneOf": [
{
"type": "integer"
},
{
"type": "string"
},
{
"type": "boolean"
}
],
"title": "compound_proxy"
}
},
"oneOf": [
{
"$ref": "#/definitions/2770948419"
},
{
"minLength": 1,
"type": "string"
},
{
"$ref": "#/definitions/2770948419"
}
],
"title": "Block Descriptor",
"x-format-version": "1.20.50"
}