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/Food v1.20.50.json
Mike Ammerlaan 6e0daa70a8 v1.21.40.3
2024-10-22 09:25:09 -07:00

49 lines
1.3 KiB
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "268086052",
"definitions": {
"1531870811": {
"title": "struct SharedTypes::Legacy::ItemDescriptor",
"oneOf": [
{
"type": "string"
},
{
"title": "associative container",
"type": "object",
"additionalProperties": {
"type": "string"
}
}
],
"$metaProperties": {
"CEREAL_JSON_SCHEMA": "Item Descriptor"
}
}
},
"title": "minecraft:food v1.20.50",
"type": "object",
"properties": {
"can_always_eat": {
"type": "boolean",
"$metaProperties": {}
},
"nutrition": {
"type": "integer",
"$metaProperties": {}
},
"saturation_modifier": {
"type": "number",
"$metaProperties": {},
"minimum": 0.0
},
"using_converts_to": {
"$ref": "#/definitions/1531870811",
"$metaProperties": {}
}
},
"$metaProperties": {
"CEREAL_DOCUMENTATION_TAG": false,
"CEREAL_JSON_SCHEMA": "Food v1.20.50"
}
}