1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-10-07 15:47:07 +00:00
Files
bedrock-samples/metadata/json_schemas/client_server/structure/1.21.20/JigsawDescriptionIdentifier.json
2025-09-09 10:02:11 -07:00

22 lines
462 B
JSON

{
"$id": "1292959213",
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"3715072987": {
"title": "Identifier",
"type": "string"
}
},
"description": "Identifier of the Jigsaw Structure.",
"properties": {
"identifier": {
"$ref": "#/definitions/3715072987"
}
},
"required": [
"identifier"
],
"title": "JigsawDescriptionIdentifier",
"type": "object",
"x-format-version": "1.21.20"
}