big tings
This commit is contained in:
13
registry/schema-org/Optician.schema.json
Normal file
13
registry/schema-org/Optician.schema.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||||
"$id": "schema:Optician",
|
||||
"title": "Optician",
|
||||
"description": "A store that sells reading glasses and similar devices for improving vision.",
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user