mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-10-13 05:44:54 +00:00
17 lines
382 B
JSON
17 lines
382 B
JSON
{
|
|
"$id": "4235737093",
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"description": "Specifies the vertical anchor",
|
|
"properties": {
|
|
"from_sea": {
|
|
"description": "Offset from anchored vertical position",
|
|
"type": "integer"
|
|
}
|
|
},
|
|
"required": [
|
|
"from_sea"
|
|
],
|
|
"title": "AnchorFromSea",
|
|
"type": "object",
|
|
"x-format-version": "1.21.20"
|
|
} |