mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-10-07 15:47:07 +00:00
22 lines
462 B
JSON
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"
|
|
} |