mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-04-04 10:36:13 +00:00
61 lines
1.7 KiB
JSON
61 lines
1.7 KiB
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "3985494251",
|
|
"definitions": {
|
|
"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": "particle_motion_dynamic v1.21.0",
|
|
"type": "object",
|
|
"properties": {
|
|
"linear_acceleration": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/definitions/3178719147"
|
|
},
|
|
"minItems": 3,
|
|
"maxItems": 3
|
|
},
|
|
"linear_drag_coefficient": {
|
|
"$ref": "#/definitions/3178719147"
|
|
},
|
|
"rotation_acceleration": {
|
|
"$ref": "#/definitions/3178719147"
|
|
},
|
|
"rotation_drag_coefficient": {
|
|
"$ref": "#/definitions/3178719147"
|
|
}
|
|
}
|
|
} |