mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2024-11-21 20:46:28 +00:00
68 lines
1.9 KiB
JSON
68 lines
1.9 KiB
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "3215886026",
|
|
"definitions": {
|
|
"371596787": {
|
|
"title": "struct SharedTypes::v1_20_60::BlockCulling::Contents::Rule::GeometryPart",
|
|
"type": "object",
|
|
"properties": {
|
|
"bone": {
|
|
"type": "string",
|
|
"$metaProperties": {}
|
|
},
|
|
"cube": {
|
|
"type": "integer",
|
|
"$metaProperties": {},
|
|
"minimum": 0.0
|
|
},
|
|
"face": {
|
|
"title": "enum SharedTypes::Facing",
|
|
"type": "string",
|
|
"enum": [
|
|
"down",
|
|
"east",
|
|
"north",
|
|
"south",
|
|
"up",
|
|
"west"
|
|
],
|
|
"$metaProperties": {}
|
|
}
|
|
},
|
|
"required": [
|
|
"bone"
|
|
],
|
|
"$metaProperties": {
|
|
"CEREAL_JSON_SCHEMA": "Contents Rule Geometry Part v1.20.60"
|
|
}
|
|
}
|
|
},
|
|
"title": "struct SharedTypes::v1_20_60::BlockCulling::Contents::Rule",
|
|
"type": "object",
|
|
"properties": {
|
|
"direction": {
|
|
"title": "enum SharedTypes::Facing",
|
|
"type": "string",
|
|
"enum": [
|
|
"down",
|
|
"east",
|
|
"north",
|
|
"south",
|
|
"up",
|
|
"west"
|
|
],
|
|
"$metaProperties": {}
|
|
},
|
|
"geometry_part": {
|
|
"$ref": "#/definitions/371596787",
|
|
"$metaProperties": {}
|
|
}
|
|
},
|
|
"required": [
|
|
"direction",
|
|
"geometry_part"
|
|
],
|
|
"$metaProperties": {
|
|
"CEREAL_JSON_SCHEMA": "Contents Rule v1.20.60"
|
|
}
|
|
} |