Otter · JSON Structure

Public Api Dropoff Info Structure

Delivery dropoff details.

Type: object Properties: 2
RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

DropoffInfo is a JSON Structure definition published by Otter, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

courierNote proofOfDelivery

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/otter/refs/heads/main/json-structure/public-api-dropoff-info-structure.json",
  "name": "DropoffInfo",
  "description": "Delivery dropoff details.",
  "type": "object",
  "properties": {
    "courierNote": {
      "nullable": true,
      "type": "string",
      "description": "Courier supplied dropoff note.",
      "example": "string"
    },
    "proofOfDelivery": {
      "nullable": true,
      "$ref": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-schema/public-api-verification-proof-schema.json",
      "description": "Proof of delivery."
    }
  }
}