limit

Amount of results to fetch

Fortune 500FranchisingHospitalityNYSE QSRQuick Service RestaurantsRestaurants
View JSON Schema on GitHub

JSON Schema

channel-limit-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "limit",
  "description": "Amount of results to fetch",
  "$id": "https://raw.githubusercontent.com/api-evangelist/restaurant-brands/refs/heads/main/json-schema/channel-limit-schema.json",
  "type": "integer",
  "minimum": 1,
  "maximum": 100,
  "default": 20,
  "example": 10
}