14 lines
553 B
JSON
14 lines
553 B
JSON
{
|
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
"$id": "schema:OfferCatalog",
|
|
"title": "OfferCatalog",
|
|
"description": "An OfferCatalog is an ItemList that contains related Offers and/or further OfferCatalogs that are offeredBy the same provider.",
|
|
"type": "object",
|
|
"allOf": [
|
|
{
|
|
"description": "A list of items of any sort—for example, Top 10 Movies About Weathermen, or Top 100 Party Songs. Not to be confused with HTML lists, which are often used only for formatting.",
|
|
"$ref": "schema:ItemList"
|
|
}
|
|
]
|
|
}
|