big tings
This commit is contained in:
13
registry/schema-org/ProfessionalService.schema.json
Normal file
13
registry/schema-org/ProfessionalService.schema.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||||
"$id": "schema:ProfessionalService",
|
||||
"title": "ProfessionalService",
|
||||
"description": "Original definition: \"provider of professional services.\"\\n\\nThe general [[ProfessionalService]] type for local businesses was deprecated due to confusion with [[Service]]. For reference, the types that it included were: [[Dentist]],\n [[AccountingService]], [[Attorney]], [[Notary]], as well as types for several kinds of [[HomeAndConstructionBusiness]]: [[Electrician]], [[GeneralContractor]],\n [[HousePainter]], [[Locksmith]], [[Plumber]], [[RoofingContractor]]. [[LegalService]] was introduced as a more inclusive supertype of [[Attorney]].",
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user