mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-01-18 21:52:00 +00:00
146 lines
4.5 KiB
JSON
146 lines
4.5 KiB
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "2543469118",
|
|
"definitions": {
|
|
"3220014991": {
|
|
"title": "struct SharedTypes::v1_21_50::JigsawStructureMetadataRegistry",
|
|
"type": "object",
|
|
"properties": {
|
|
"metadata": {
|
|
"title": "associative container",
|
|
"type": "object",
|
|
"additionalProperties": {
|
|
"title": "associative container",
|
|
"type": "object",
|
|
"properties": {
|
|
"key": {
|
|
"type": "integer"
|
|
},
|
|
"value": {
|
|
"$ref": "#/definitions/3836694600"
|
|
}
|
|
}
|
|
},
|
|
"$metaProperties": {}
|
|
}
|
|
},
|
|
"required": [
|
|
"metadata"
|
|
],
|
|
"$metaProperties": {}
|
|
},
|
|
"3836694600": {
|
|
"title": "struct SharedTypes::v1_21_50::JigsawStructureMetadata",
|
|
"type": "object",
|
|
"properties": {
|
|
"markers": {
|
|
"title": "sequence container",
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/definitions/515828389"
|
|
},
|
|
"$metaProperties": {}
|
|
},
|
|
"size": {
|
|
"$ref": "#/definitions/820712576",
|
|
"$metaProperties": {}
|
|
},
|
|
"use_legacy_rotation": {
|
|
"type": "boolean",
|
|
"$metaProperties": {}
|
|
}
|
|
},
|
|
"required": [
|
|
"markers",
|
|
"size"
|
|
],
|
|
"$metaProperties": {}
|
|
},
|
|
"515828389": {
|
|
"title": "class SharedTypes::v1_21_50::JigsawBlockMetadata",
|
|
"type": "object",
|
|
"properties": {
|
|
"block": {
|
|
"type": "string",
|
|
"$metaProperties": {}
|
|
},
|
|
"final_block": {
|
|
"type": "string",
|
|
"$metaProperties": {}
|
|
},
|
|
"joint_type": {
|
|
"title": "Jigsaw Joint Type",
|
|
"type": "string",
|
|
"enum": [
|
|
"aligned",
|
|
"rollable"
|
|
],
|
|
"$metaProperties": {}
|
|
},
|
|
"name": {
|
|
"type": "string",
|
|
"$metaProperties": {}
|
|
},
|
|
"placement_priority": {
|
|
"type": "integer",
|
|
"$metaProperties": {}
|
|
},
|
|
"pool": {
|
|
"type": "string",
|
|
"$metaProperties": {}
|
|
},
|
|
"pos": {
|
|
"$ref": "#/definitions/820712576",
|
|
"$metaProperties": {}
|
|
},
|
|
"selection_priority": {
|
|
"type": "integer",
|
|
"$metaProperties": {}
|
|
},
|
|
"target": {
|
|
"type": "string",
|
|
"$metaProperties": {}
|
|
}
|
|
},
|
|
"required": [
|
|
"block",
|
|
"final_block",
|
|
"joint_type",
|
|
"name",
|
|
"placement_priority",
|
|
"pool",
|
|
"pos",
|
|
"selection_priority",
|
|
"target"
|
|
],
|
|
"$metaProperties": {}
|
|
},
|
|
"820712576": {
|
|
"title": "block_pos",
|
|
"type": "array",
|
|
"items": {
|
|
"type": "integer"
|
|
},
|
|
"$metaProperties": {},
|
|
"minItems": 3,
|
|
"maxItems": 3
|
|
}
|
|
},
|
|
"title": "minecraft:jigsaw_structure_metadata",
|
|
"type": "object",
|
|
"properties": {
|
|
"format_version": {
|
|
"type": "string",
|
|
"$metaProperties": {}
|
|
},
|
|
"minecraft:jigsaw_structure_metadata": {
|
|
"$ref": "#/definitions/3220014991",
|
|
"$metaProperties": {}
|
|
}
|
|
},
|
|
"required": [
|
|
"format_version",
|
|
"minecraft:jigsaw_structure_metadata"
|
|
],
|
|
"$metaProperties": {}
|
|
} |