big tings
This commit is contained in:
17
registry/schema-org/Pharmacy.schema.json
Normal file
17
registry/schema-org/Pharmacy.schema.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||||
"$id": "schema:Pharmacy",
|
||||
"title": "Pharmacy",
|
||||
"description": "A pharmacy or drugstore.",
|
||||
"type": "object",
|
||||
"allOf": [
|
||||
{
|
||||
"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