{ "$schema": "http://json-schema.org/draft-07/schema", "$id": "blockception.minecraft.behaviour.loot_tables.looting_enchant", "additionalProperties": false, "description": "The function looting_enchant", "title": "Looting enchant", "properties": { "function": { "type": "string", "const": "looting_enchant", "description": "TODO description", "title": "TODO title" }, "count": { "type": "object", "properties": { "min": { "type": "integer" }, "max": { "type": "integer" } }, "description": "TODO description", "title": "TODO title", "additionalProperties": false } } }