Toast · JSON Structure

Orders Order Response Structure

OrderResponse schema from Toast API

Type: object Properties: 1
Food ServicePoint of SaleRestaurantsHospitality

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

Properties

orders

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/toast/refs/heads/main/json-structure/orders-order-response-structure.json",
  "name": "OrderResponse",
  "description": "OrderResponse schema from Toast API",
  "type": "object",
  "properties": {
    "orders": {
      "type": "array",
      "minItems": 0,
      "maxItems": 1,
      "items": {
        "$ref": "#/definitions/Order"
      }
    }
  }
}