1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2024-11-21 20:46:28 +00:00
bedrock-samples/metadata/json_schemas/Contents v1.20.60.json
Mike Ammerlaan 6e0daa70a8 v1.21.40.3
2024-10-22 09:25:09 -07:00

109 lines
3.2 KiB
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "1357516824",
"definitions": {
"2510182014": {
"title": "struct SharedTypes::v1_20_60::BlockCulling::Contents::Description",
"type": "object",
"properties": {
"identifier": {
"type": "string",
"$metaProperties": {}
}
},
"required": [
"identifier"
],
"$metaProperties": {
"CEREAL_JSON_SCHEMA": "Contents Description v1.20.60"
}
},
"3215886026": {
"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"
}
},
"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",
"type": "object",
"properties": {
"description": {
"$ref": "#/definitions/2510182014",
"$metaProperties": {}
},
"rules": {
"title": "sequence container",
"type": "array",
"items": {
"$ref": "#/definitions/3215886026"
},
"$metaProperties": {}
}
},
"required": [
"description",
"rules"
],
"$metaProperties": {
"CEREAL_JSON_SCHEMA": "Contents v1.20.60"
}
}