Channel Limit Structure

Amount of results to fetch

Type: int32 Properties: 0
Fortune 500FranchisingHospitalityNYSE QSRQuick Service RestaurantsRestaurants

limit is a JSON Structure definition published by Restaurant Brands International. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/restaurant-brands/refs/heads/main/json-structure/channel-limit-structure.json",
  "name": "limit",
  "description": "Amount of results to fetch",
  "type": "int32",
  "minimum": 1,
  "maximum": 100,
  "default": 20,
  "example": 10
}