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