mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2024-11-21 20:46:28 +00:00
86 lines
2.4 KiB
JSON
86 lines
2.4 KiB
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "857819254",
|
|
"definitions": {
|
|
"49501551": {
|
|
"title": "compound_proxy",
|
|
"oneOf": [
|
|
{
|
|
"type": "integer"
|
|
},
|
|
{
|
|
"type": "string"
|
|
},
|
|
{
|
|
"type": "boolean"
|
|
}
|
|
],
|
|
"$metaProperties": {}
|
|
},
|
|
"748032502": {
|
|
"title": "struct SharedTypes::v1_20_50::BlockDescriptor",
|
|
"oneOf": [
|
|
{
|
|
"$ref": "#/definitions/970386766"
|
|
},
|
|
{
|
|
"type": "string",
|
|
"minLength": 1
|
|
}
|
|
],
|
|
"$metaProperties": {
|
|
"CEREAL_JSON_SCHEMA": "Block Descriptor v1.20.50"
|
|
}
|
|
},
|
|
"970386766": {
|
|
"title": "struct SharedTypes::v1_20_50::BlockDescriptorSerializer::BlockDescriptorProxy",
|
|
"type": "object",
|
|
"properties": {
|
|
"name": {
|
|
"type": "string",
|
|
"$metaProperties": {}
|
|
},
|
|
"states": {
|
|
"title": "associative container",
|
|
"type": "object",
|
|
"additionalProperties": {
|
|
"$ref": "#/definitions/49501551"
|
|
},
|
|
"$metaProperties": {}
|
|
},
|
|
"tags": {
|
|
"type": "string",
|
|
"$metaProperties": {}
|
|
}
|
|
},
|
|
"$metaProperties": {}
|
|
}
|
|
},
|
|
"title": "minecraft:block_placer v1.21.40",
|
|
"type": "object",
|
|
"properties": {
|
|
"block": {
|
|
"type": "string",
|
|
"$metaProperties": {}
|
|
},
|
|
"replace_block_item": {
|
|
"type": "boolean",
|
|
"$metaProperties": {}
|
|
},
|
|
"use_on": {
|
|
"title": "sequence container",
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/definitions/748032502"
|
|
},
|
|
"$metaProperties": {}
|
|
}
|
|
},
|
|
"required": [
|
|
"block"
|
|
],
|
|
"$metaProperties": {
|
|
"CEREAL_DOCUMENTATION_TAG": false,
|
|
"CEREAL_JSON_SCHEMA": "Planter v1.21.40"
|
|
}
|
|
} |