mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-04-04 11:45:47 +00:00
69 lines
1.9 KiB
JSON
69 lines
1.9 KiB
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "1684720476",
|
|
"definitions": {
|
|
"2715320761": {
|
|
"title": "hashed_string",
|
|
"type": "string"
|
|
},
|
|
"771176265": {
|
|
"title": "struct SharedTypes::v1_20_80::VectorEvents",
|
|
"oneOf": [
|
|
{
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/definitions/2715320761"
|
|
}
|
|
},
|
|
{
|
|
"$ref": "#/definitions/2715320761"
|
|
}
|
|
]
|
|
},
|
|
"3907782844": {
|
|
"title": "emitter_lifetime_events travel_distance_events v1.21.0",
|
|
"type": "object",
|
|
"properties": {
|
|
"distance": {
|
|
"type": "number",
|
|
"minimum": 0.0
|
|
},
|
|
"effects": {
|
|
"$ref": "#/definitions/771176265"
|
|
}
|
|
},
|
|
"required": [
|
|
"distance",
|
|
"effects"
|
|
]
|
|
}
|
|
},
|
|
"title": "emitter_lifetime_events v1.21.0",
|
|
"type": "object",
|
|
"properties": {
|
|
"creation_event": {
|
|
"$ref": "#/definitions/771176265"
|
|
},
|
|
"expiration_event": {
|
|
"$ref": "#/definitions/771176265"
|
|
},
|
|
"travel_distance_events": {
|
|
"type": "object",
|
|
"additionalProperties": {
|
|
"$ref": "#/definitions/771176265"
|
|
}
|
|
},
|
|
"timeline": {
|
|
"type": "object",
|
|
"additionalProperties": {
|
|
"$ref": "#/definitions/771176265"
|
|
}
|
|
},
|
|
"looping_travel_distance_events": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/definitions/3907782844"
|
|
}
|
|
}
|
|
}
|
|
} |