{
    "pools": [
        {
            "rolls": 1,
            "entries": [
                {
                    "type": "item",
                    "weight": 1,
                    "name": "minecraft:book",
                    "functions": [
                        {
                            "function": "enchant_with_levels",
                            "levels": 30
                        }
                    ]
                }
            ]
        },
        {
            "rolls": 1,
            "entries": [
                {
                    "type": "item",
                    "weight": 1,
                    "name": "minecraft:diamond_sword",
                    "functions": [
                        {
                            "function": "enchant_with_levels",
                            "levels": 30
                        }
                    ]
                }
            ]
        },
        {
            "rolls": 1,
            "entries": [
                {
                    "type": "item",
                    "weight": 1,
                    "name": "minecraft:book",
                    "functions": [
                        {
                            "function": "enchant_randomly"
                        }
                    ]
                }
            ]
        }
    ]
}