1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-09-30 13:33:00 +00:00
Files
2025-09-09 10:02:11 -07:00

83 lines
1.6 KiB
JSON

{
"$id": "3256164975",
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"1531870811": {
"oneOf": [
{
"type": "string"
},
{
"additionalProperties": {
"type": "string"
},
"type": "object"
}
],
"title": "Item Descriptor"
},
"2267778531": {
"oneOf": [
{
"type": "string"
},
{
"properties": {
"expression": {
"type": "string"
},
"version": {
"type": "integer"
}
},
"required": [
"expression",
"version"
],
"type": "object"
}
],
"title": "Molang string"
},
"3178719147": {
"oneOf": [
{
"$ref": "#/definitions/2267778531"
},
{
"type": "number"
}
],
"title": "Molang expression"
}
},
"oneOf": [
{
"items": {
"$ref": "#/definitions/1531870811"
},
"type": "array"
},
{
"properties": {
"items": {
"description": "Items that may be used to repair an item.",
"items": {
"$ref": "#/definitions/1531870811"
},
"type": "array"
},
"repair_amount": {
"$ref": "#/definitions/3178719147",
"description": "How much the item is repaired."
}
},
"required": [
"items"
],
"type": "object"
}
],
"title": "Repair",
"x-format-version": "1.20.50"
}