Restaurant Brands International · Schema
Store
Information about a store
Fortune 500FranchisingHospitalityNYSE QSRQuick Service RestaurantsRestaurant
Properties
| Name | Type | Description |
|---|---|---|
| availability | object | True if the store is available for ordering. |
| franchiseGroupName | string | Store franchise group name. |
| location | object | |
| name | string | Store name |
| posVendor | object | |
| serviceHour | array | Store operating hours by serviceMode |
| storeId | object | |
| timezone | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Store",
"description": "Information about a store",
"$id": "https://raw.githubusercontent.com/api-evangelist/restaurant-brands/refs/heads/main/json-schema/channel-store-schema.json",
"type": "object",
"properties": {
"availability": {
"$ref": "#/components/schemas/Available",
"description": "True if the store is available for ordering."
},
"franchiseGroupName": {
"description": "Store franchise group name.",
"type": "string",
"example": "Acme Group"
},
"location": {
"$ref": "#/components/schemas/Location"
},
"name": {
"description": "Store name",
"type": "string",
"example": "Example test lab"
},
"posVendor": {
"$ref": "#/components/schemas/PosVendor"
},
"serviceHour": {
"description": "Store operating hours by serviceMode",
"type": "array",
"items": {
"$ref": "#/components/schemas/ServiceHour"
}
},
"storeId": {
"$ref": "#/components/schemas/StoreId"
},
"timezone": {
"$ref": "#/components/schemas/Timezone"
}
},
"required": [
"availability",
"name",
"storeId",
"timezone",
"posVendor",
"location",
"serviceHour"
]
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/channel-store"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.