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