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

40 lines
1.0 KiB
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "2330565510",
"definitions": {
"771176265": {
"title": "struct SharedTypes::v1_20_80::VectorEvents",
"oneOf": [
{
"type": "array",
"items": {
"$ref": "#/definitions/2715320761"
}
},
{
"$ref": "#/definitions/2715320761"
}
]
},
"2715320761": {
"title": "hashed_string",
"type": "string"
}
},
"title": "particle_lifetime_events v1.21.0",
"type": "object",
"properties": {
"creation_event": {
"$ref": "#/definitions/771176265"
},
"expiration_event": {
"$ref": "#/definitions/771176265"
},
"timeline": {
"type": "object",
"additionalProperties": {
"$ref": "#/definitions/771176265"
}
}
}
}