big tings
This commit is contained in:
8
registry/schema-org/ClothingStore.schema.json
Normal file
8
registry/schema-org/ClothingStore.schema.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||||
"$id": "schema:ClothingStore",
|
||||
"title": "ClothingStore",
|
||||
"description": "A clothing store.",
|
||||
"type": "object",
|
||||
"allOf": [{ "description": "A retail good store.", "$ref": "schema:Store" }]
|
||||
}
|
Reference in New Issue
Block a user