9 lines
251 B
JSON
9 lines
251 B
JSON
{
|
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
"$id": "schema:ShoeStore",
|
|
"title": "ShoeStore",
|
|
"description": "A shoe store.",
|
|
"type": "object",
|
|
"allOf": [{ "description": "A retail good store.", "$ref": "schema:Store" }]
|
|
}
|