14 lines
511 B
JSON
14 lines
511 B
JSON
{
|
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
"$id": "schema:Plumber",
|
|
"title": "Plumber",
|
|
"description": "A plumbing 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"
|
|
}
|
|
]
|
|
}
|