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