1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-01-31 15:22:10 +00:00
bedrock-samples/metadata/json_schemas/block/v1.20.60/components/Contents Description v1.20.60.json
Mike Ammerlaan 5ce65764d3 v1.21.50.7
2024-12-03 08:43:20 -08:00

16 lines
387 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": {}
}