ReadyInSeconds

Time in seconds when the order will be ready. This value incorporates the order `preparationTimeInSeconds` plus the value of `fireOrderInSeconds`. When `fireOrderInSeconds=0`, then `readyInSeconds` will match the value of `preparationTimeInSeconds`, and when `fireOrderInSeconds=null`, then `readyInSeconds=null` as well.

Fortune 500FranchisingHospitalityNYSE QSRQuick Service RestaurantsRestaurants
View JSON Schema on GitHub

JSON Schema

channel-ready-in-seconds-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ReadyInSeconds",
  "description": "Time in seconds when the order will be ready.\n\nThis value incorporates the order `preparationTimeInSeconds` plus the \nvalue of `fireOrderInSeconds`. When `fireOrderInSeconds=0`, then `readyInSeconds`\nwill match the value of `preparationTimeInSeconds`, and when \n`fireOrderInSeconds=null`, then `readyInSeconds=null` as well.\n",
  "$id": "https://raw.githubusercontent.com/api-evangelist/restaurant-brands/refs/heads/main/json-schema/channel-ready-in-seconds-schema.json",
  "type": [
    "integer",
    "null"
  ],
  "minimum": 0,
  "example": 600
}