{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "schema:Distillery", "title": "Distillery", "description": "A distillery.", "type": "object", "allOf": [ { "description": "A food-related business.", "$ref": "schema:FoodEstablishment" } ] }