mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-08-13 17:42:55 +00:00
23 lines
571 B
JSON
23 lines
571 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "3138104923",
|
|
"x-format-version": "1.21.20",
|
|
"x-minecraft-version": "1.21.100-beta.6",
|
|
"title": "DirectPoolAlias",
|
|
"description": "Pool alias for a Direct target.",
|
|
"type": "object",
|
|
"properties": {
|
|
"alias": {
|
|
"description": "Alias of Direct pool",
|
|
"type": "string"
|
|
},
|
|
"target": {
|
|
"description": "Target pool",
|
|
"type": "string"
|
|
}
|
|
},
|
|
"required": [
|
|
"alias",
|
|
"target"
|
|
]
|
|
} |