{ "$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 }