1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2024-11-21 20:46:28 +00:00
bedrock-samples/metadata/json_schemas/Fuel v1.20.50.json
Mike Ammerlaan 6e0daa70a8 v1.21.40.3
2024-10-22 09:25:09 -07:00

25 lines
634 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "3308324084",
"title": "minecraft:fuel v1.20.50",
"oneOf": [
{
"type": "number",
"minimum": 0.05000000074505806
},
{
"type": "object",
"properties": {
"duration": {
"type": "number",
"$metaProperties": {},
"minimum": 0.05000000074505806
}
}
}
],
"$metaProperties": {
"CEREAL_DOCUMENTATION_TAG": false,
"CEREAL_JSON_SCHEMA": "Fuel v1.20.50"
}
}