1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-01-19 08:21:59 +00:00
Mike Ammerlaan 5ce65764d3 v1.21.50.7
2024-12-03 08:43:20 -08:00

74 lines
2.0 KiB
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "1899103179",
"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": {}
},
"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": "struct SharedTypes::v1_20_50::DiggerItemComponent::BlockInfo",
"type": "object",
"properties": {
"block": {
"$ref": "#/definitions/748032502",
"$metaProperties": {}
},
"speed": {
"type": "integer",
"$metaProperties": {}
}
},
"required": [
"block",
"speed"
],
"$metaProperties": {}
}