mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2024-11-24 16:16:13 +00:00
36 lines
899 B
JSON
36 lines
899 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "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"
|
|
}
|
|
} |