{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "schema:HousePainter", "title": "HousePainter", "description": "A house painting service.", "type": "object", "allOf": [ { "description": "A construction business.\\n\\nA HomeAndConstructionBusiness is a [[LocalBusiness]] that provides services around homes and buildings.\\n\\nAs a [[LocalBusiness]] it can be described as a [[provider]] of one or more [[Service]]\\(s).", "$ref": "schema:HomeAndConstructionBusiness" } ] }