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

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"
}
}