mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2024-11-21 20:46:28 +00:00
49 lines
1.3 KiB
JSON
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"
|
|
}
|
|
} |