mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-02-07 15:59:43 +00:00
93 lines
2.7 KiB
JSON
93 lines
2.7 KiB
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "4150871210",
|
|
"definitions": {
|
|
"2267778531": {
|
|
"title": "struct SharedTypes::Legacy::ExpressionNode::StringRepresentation",
|
|
"oneOf": [
|
|
{
|
|
"type": "string"
|
|
},
|
|
{
|
|
"type": "object",
|
|
"properties": {
|
|
"expression": {
|
|
"type": "string",
|
|
"$metaProperties": {}
|
|
},
|
|
"version": {
|
|
"type": "integer",
|
|
"$metaProperties": {}
|
|
}
|
|
},
|
|
"required": [
|
|
"expression",
|
|
"version"
|
|
]
|
|
}
|
|
],
|
|
"$metaProperties": {}
|
|
},
|
|
"3178719147": {
|
|
"title": "struct SharedTypes::Legacy::ExpressionNode",
|
|
"oneOf": [
|
|
{
|
|
"$ref": "#/definitions/2267778531"
|
|
},
|
|
{
|
|
"type": "number"
|
|
}
|
|
],
|
|
"$metaProperties": {}
|
|
}
|
|
},
|
|
"title": "Coordinate Range",
|
|
"oneOf": [
|
|
{
|
|
"$ref": "#/definitions/3178719147"
|
|
},
|
|
{
|
|
"type": "object",
|
|
"properties": {
|
|
"distribution": {
|
|
"title": "Random Distribution Type",
|
|
"type": "string",
|
|
"enum": [
|
|
"fixed_grid",
|
|
"gaussian",
|
|
"inverse_gaussian",
|
|
"jittered_grid",
|
|
"triangle",
|
|
"uniform"
|
|
],
|
|
"$metaProperties": {}
|
|
},
|
|
"extent": {
|
|
"title": "sequence container",
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/definitions/3178719147"
|
|
},
|
|
"$metaProperties": {},
|
|
"minItems": 2,
|
|
"maxItems": 2
|
|
},
|
|
"grid_offset": {
|
|
"type": "integer",
|
|
"$metaProperties": {},
|
|
"minimum": 0.0
|
|
},
|
|
"step_size": {
|
|
"type": "integer",
|
|
"$metaProperties": {},
|
|
"minimum": 1.0
|
|
}
|
|
},
|
|
"required": [
|
|
"distribution",
|
|
"extent"
|
|
]
|
|
}
|
|
],
|
|
"$metaProperties": {}
|
|
} |