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