mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-04-09 04:44:54 +00:00
71 lines
2.0 KiB
JSON
71 lines
2.0 KiB
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "3723416124",
|
|
"definitions": {
|
|
"1399264962": {
|
|
"title": "struct SharedTypes::v1_20_80::ParticleEmitterDirection",
|
|
"oneOf": [
|
|
{
|
|
"title": "enum SharedTypes::v1_20_80::DirectionType",
|
|
"type": "string",
|
|
"enum": [
|
|
"inwards",
|
|
"outwards"
|
|
]
|
|
},
|
|
{
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/definitions/3178719147"
|
|
},
|
|
"minItems": 3,
|
|
"maxItems": 3
|
|
}
|
|
]
|
|
},
|
|
"3178719147": {
|
|
"title": "struct SharedTypes::Legacy::ExpressionNode",
|
|
"oneOf": [
|
|
{
|
|
"$ref": "#/definitions/2267778531"
|
|
},
|
|
{
|
|
"type": "number"
|
|
}
|
|
]
|
|
},
|
|
"2267778531": {
|
|
"title": "struct SharedTypes::Legacy::ExpressionNode::StringRepresentation",
|
|
"oneOf": [
|
|
{
|
|
"type": "string"
|
|
},
|
|
{
|
|
"type": "object",
|
|
"properties": {
|
|
"expression": {
|
|
"type": "string"
|
|
},
|
|
"version": {
|
|
"type": "integer"
|
|
}
|
|
},
|
|
"required": [
|
|
"expression",
|
|
"version"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"title": "emitter_shape_entity_aabb v1.21.0",
|
|
"type": "object",
|
|
"properties": {
|
|
"surface_only": {
|
|
"type": "boolean"
|
|
},
|
|
"direction": {
|
|
"$ref": "#/definitions/1399264962"
|
|
}
|
|
}
|
|
} |