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