1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-04-05 20:14:55 +00:00
Files
bedrock-samples/metadata/json_schemas/Particle Motion Collision Event v1.21.0.json
Mike Ammerlaan 8cb28e3b1e v1.21.70.3
2025-03-25 09:13:19 -07:00

23 lines
499 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "2423881331",
"definitions": {
"2715320761": {
"title": "hashed_string",
"type": "string"
}
},
"title": "particle_motion_collision_event v1.21.0",
"type": "object",
"properties": {
"min_speed": {
"type": "number"
},
"event": {
"$ref": "#/definitions/2715320761"
}
},
"required": [
"event"
]
}