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