{
    "entries": [
        {
            "roll": {
                "type": "uniform",
                "min": 2,
                "max": 6
            },
            "pool": [
                {
                    "weight": 1,
                    "pool": [
                        {
                            "weight": 15,
                            "item": {
                                "id": "the_vault:jewel_pouch",
                                "count": {
                                    "type": "uniform",
                                    "min": 1,
                                    "max": 1
                                }
                            }
                        }
                    ]
                }
            ]
        }
    ]
}