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

93 lines
1.7 KiB
JSON

{
"$id": "1416782588",
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"151044153": {
"properties": {
"boxes": {
"items": {
"$ref": "#/definitions/2305154765"
},
"minItems": 1,
"type": "array"
}
},
"required": [
"boxes"
],
"title": "Shape",
"type": "object"
},
"2305154765": {
"properties": {
"max": {
"$ref": "#/definitions/4004946602"
},
"min": {
"$ref": "#/definitions/4004946602"
}
},
"required": [
"max",
"min"
],
"title": "Box",
"type": "object"
},
"4004946602": {
"oneOf": [
{
"items": {
"type": "number"
},
"maxItems": 3,
"minItems": 3,
"type": "array"
},
{
"properties": {
"x": {
"type": "number"
},
"y": {
"type": "number"
},
"z": {
"type": "number"
}
},
"type": "object"
}
],
"title": "vec3"
},
"4058918574": {
"properties": {
"identifier": {
"pattern": "^\\w+:\\w+$",
"type": "string"
}
},
"required": [
"identifier"
],
"title": "Description",
"type": "object"
}
},
"properties": {
"description": {
"$ref": "#/definitions/4058918574"
},
"shape": {
"$ref": "#/definitions/151044153"
}
},
"required": [
"description",
"shape"
],
"title": "VoxelShapeFile",
"type": "object",
"x-format-version": "1.21.110"
}