1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-10-15 11:25:05 +00:00
Files
2025-09-16 09:19:02 -07:00

17 lines
394 B
JSON

{
"$id": "4235442903",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Specifies the vertical anchor",
"properties": {
"above_bottom": {
"description": "Offset from anchored vertical position",
"type": "integer"
}
},
"required": [
"above_bottom"
],
"title": "AnchorAboveBottom",
"type": "object",
"x-format-version": "1.21.20"
}