Amount of results to fetch
{ "$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 }