mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-10-07 13:29:52 +00:00
32 lines
808 B
JSON
32 lines
808 B
JSON
{
|
|
"$id": "1613409896",
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"definitions": {
|
|
"781829906": {
|
|
"description": "Specifies the padding for the top and bottom of the world",
|
|
"properties": {
|
|
"bottom": {
|
|
"description": "The padding from the bottom of the world",
|
|
"type": "integer"
|
|
},
|
|
"top": {
|
|
"description": "The padding from the top of the world",
|
|
"type": "integer"
|
|
}
|
|
},
|
|
"title": "DimensionPaddingRange",
|
|
"type": "object"
|
|
}
|
|
},
|
|
"oneOf": [
|
|
{
|
|
"type": "integer"
|
|
},
|
|
{
|
|
"$ref": "#/definitions/781829906",
|
|
"description": "Specifies the padding for the top and bottom of the world"
|
|
}
|
|
],
|
|
"title": "DimensionPadding",
|
|
"x-format-version": "1.21.20"
|
|
} |