mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-04-04 10:36:13 +00:00
37 lines
927 B
JSON
37 lines
927 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "2751853296",
|
|
"definitions": {
|
|
"2423881331": {
|
|
"title": "particle_motion_collision_event v1.21.0",
|
|
"type": "object",
|
|
"properties": {
|
|
"min_speed": {
|
|
"type": "number"
|
|
},
|
|
"event": {
|
|
"$ref": "#/definitions/2715320761"
|
|
}
|
|
},
|
|
"required": [
|
|
"event"
|
|
]
|
|
},
|
|
"2715320761": {
|
|
"title": "hashed_string",
|
|
"type": "string"
|
|
}
|
|
},
|
|
"title": "particle_motion_collision_event_vector v1.21.0",
|
|
"oneOf": [
|
|
{
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/definitions/2423881331"
|
|
}
|
|
},
|
|
{
|
|
"$ref": "#/definitions/2423881331"
|
|
}
|
|
]
|
|
} |