Flipdish · JSON Structure

Orders Delivery Location Structure

Delivery location

Type: object Properties: 7
RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

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

Properties

Coordinates Building Street Town PostCode DeliveryInstructions PrettyAddressString

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/flipdish/refs/heads/main/json-structure/orders-delivery-location-structure.json",
  "name": "DeliveryLocation",
  "description": "Delivery location",
  "type": "object",
  "properties": {
    "Coordinates": {
      "$ref": "#/components/schemas/Coordinates"
    },
    "Building": {
      "description": "Building",
      "type": "string",
      "example": "string"
    },
    "Street": {
      "description": "Street",
      "type": "string",
      "example": "string"
    },
    "Town": {
      "description": "Town",
      "type": "string",
      "example": "string"
    },
    "PostCode": {
      "description": "Post code",
      "type": "string",
      "example": "string"
    },
    "DeliveryInstructions": {
      "description": "Delivery instructions",
      "type": "string",
      "example": "string"
    },
    "PrettyAddressString": {
      "description": "Formatted, pretty address string",
      "type": "string",
      "example": "string"
    }
  }
}