mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-10-07 13:29:52 +00:00
51 lines
1.1 KiB
JSON
51 lines
1.1 KiB
JSON
{
|
|
"$id": "169701669",
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"definitions": {
|
|
"1356053607": {
|
|
"title": "Reference",
|
|
"type": "string"
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"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",
|
|
"x-format-version": "1.21.20"
|
|
} |