1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-10-07 13:29:52 +00:00
Files
2025-09-16 09:19:02 -07:00

119 lines
2.8 KiB
JSON

{
"$id": "2375908812",
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"1356053607": {
"title": "Reference",
"type": "string"
},
"169701669": {
"description": "Pool alias for a Random list of targets",
"properties": {
"alias": {
"description": "Alias of Random Pool",
"type": "string"
},
"targets": {
"description": "List of potential pools",
"items": {
"$ref": "#/definitions/1715022163",
"description": "Weighted Random Item"
},
"type": "array"
}
},
"required": [
"alias",
"targets"
],
"title": "RandomPoolAlias",
"type": "object"
},
"1715022163": {
"description": "Weighted Random Item",
"properties": {
"data": {
"$ref": "#/definitions/1356053607",
"description": "Item's data"
},
"weight": {
"description": "Weight of item",
"type": "integer"
}
},
"required": [
"data",
"weight"
],
"title": "JigsawTemplatePool",
"type": "object"
},
"2155635173": {
"description": "Weighted Random Item",
"properties": {
"data": {
"description": "Item's data",
"items": {
"oneOf": [
{
"$ref": "#/definitions/3138104923",
"description": "Pool alias for a Direct target."
},
{
"$ref": "#/definitions/169701669",
"description": "Pool alias for a Random list of targets"
}
]
},
"type": "array"
},
"weight": {
"description": "Weight of item",
"type": "integer"
}
},
"required": [
"data",
"weight"
],
"title": "RandomGroupBindings",
"type": "object"
},
"3138104923": {
"description": "Pool alias for a Direct target.",
"properties": {
"alias": {
"description": "Alias of Direct pool",
"type": "string"
},
"target": {
"$ref": "#/definitions/1356053607",
"description": "Target pool"
}
},
"required": [
"alias",
"target"
],
"title": "DirectPoolAlias",
"type": "object"
}
},
"description": "Pool alias for a RandomGroup of aliases",
"properties": {
"groups": {
"description": "Aliases for a RandomGroup",
"items": {
"$ref": "#/definitions/2155635173",
"description": "Weighted Random Item"
},
"type": "array"
}
},
"required": [
"groups"
],
"title": "RandomGroupPoolAlias",
"type": "object",
"x-format-version": "1.21.20"
}