grubhub · JSON Structure

Grubhub Orderconfirmation Structure

Payload for confirming an order, with optional wait time estimate.

Type: object Properties: 1

OrderConfirmation is a JSON Structure definition published by grubhub, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

wait_time_in_minutes

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/grubhub/refs/heads/main/json-structure/grubhub-orderconfirmation-structure.json",
  "name": "OrderConfirmation",
  "description": "Payload for confirming an order, with optional wait time estimate.",
  "type": "object",
  "properties": {
    "wait_time_in_minutes": {
      "type": "int32",
      "description": "Estimated number of minutes until the order will be ready for delivery or pickup.",
      "minimum": 1
    }
  }
}