mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-09-26 10:25:17 +00:00
50 lines
883 B
JSON
50 lines
883 B
JSON
{
|
|
"$id": "3925154510",
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"additionalProperties": {
|
|
"oneOf": [
|
|
{
|
|
"items": {
|
|
"type": "string"
|
|
},
|
|
"type": "array"
|
|
},
|
|
{
|
|
"$ref": "#/definitions/825755857"
|
|
}
|
|
]
|
|
},
|
|
"definitions": {
|
|
"6632766": {
|
|
"properties": {
|
|
"max": {
|
|
"type": "integer"
|
|
},
|
|
"min": {
|
|
"type": "integer"
|
|
}
|
|
},
|
|
"required": [
|
|
"max",
|
|
"min"
|
|
],
|
|
"title": "Range",
|
|
"type": "object"
|
|
},
|
|
"825755857": {
|
|
"properties": {
|
|
"values": {
|
|
"$ref": "#/definitions/6632766"
|
|
}
|
|
},
|
|
"required": [
|
|
"values"
|
|
],
|
|
"title": "Values",
|
|
"type": "object"
|
|
}
|
|
},
|
|
"title": "States",
|
|
"type": "object",
|
|
"x-format-version": "1.21.110"
|
|
} |