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

28 lines
576 B
JSON

{
"$id": "3138104923",
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"1356053607": {
"title": "Reference",
"type": "string"
}
},
"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",
"x-format-version": "1.21.20"
}