{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "schema:HomeAndConstructionBusiness", "title": "HomeAndConstructionBusiness", "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).", "type": "object", "allOf": [ { "description": "A particular physical business or branch of an organization. Examples of LocalBusiness include a restaurant, a particular branch of a restaurant chain, a branch of a bank, a medical practice, a club, a bowling alley, etc.", "$ref": "schema:LocalBusiness" } ] }