Otter · JSON Structure

Public Api Delivery Cost Structure

Delivery cost details.

Type: object Properties: 2
RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

DeliveryCost 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

baseCost extraCost

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-delivery-cost-structure.json",
  "name": "DeliveryCost",
  "description": "Delivery cost details.",
  "type": "object",
  "properties": {
    "baseCost": {
      "type": "double",
      "description": "Base delivery cost value.",
      "example": 4.99
    },
    "extraCost": {
      "type": "double",
      "description": "Extra delivery cost value.",
      "example": 0.99
    }
  }
}