instacart · Schema

ServiceOptionsResponse

Properties

Name Type Description
service_options array Available service option time slots for the requested fulfillment type.
View JSON Schema on GitHub

JSON Schema

instacart-serviceoptionsresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ServiceOptionsResponse",
  "title": "ServiceOptionsResponse",
  "type": "object",
  "properties": {
    "service_options": {
      "type": "array",
      "description": "Available service option time slots for the requested fulfillment type.",
      "items": {
        "$ref": "#/components/schemas/ServiceOption"
      }
    }
  }
}