big tings
This commit is contained in:
21
registry/schema-org/Dentist.schema.json
Normal file
21
registry/schema-org/Dentist.schema.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||||
"$id": "schema:Dentist",
|
||||
"title": "Dentist",
|
||||
"description": "A dentist.",
|
||||
"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"
|
||||
},
|
||||
{
|
||||
"description": "A particular physical or virtual business of an organization for medical purposes. Examples of MedicalBusiness include different businesses run by health professionals.",
|
||||
"$ref": "schema:MedicalBusiness"
|
||||
},
|
||||
{
|
||||
"description": "A medical organization (physical or not), such as hospital, institution or clinic.",
|
||||
"$ref": "schema:MedicalOrganization"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user