{ "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.equipment", "type": "object", "title": "Equipment 1.8.0", "additionalProperties": false, "required": [], "properties": { "table": { "type": "string", "pattern": ".*\\.json$", "description": "TODO description: table", "title": "Table" }, "slot_drop_chance": { "type": "array", "title": "Slot Drop Chance", "description": "A list of slots with the chance to drop an equipped item from that slot", "items": { "type": "object", "title": "Slot Drop Chance", "description": "UNDOCUMENTATED", "additionalProperties": false, "properties": { "drop_chance": { "type": "number", "title": "Drop Chance" }, "slot": { "type": "string", "title": "Slot", "pattern": "slot\\.[a-z\\.0-9]+" } } } } }, "description": "TODO description: " }