{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "schema:HairSalon", "title": "HairSalon", "description": "A hair salon.", "type": "object", "allOf": [ { "description": "Health and beauty.", "$ref": "schema:HealthAndBeautyBusiness" } ] }