Otter · JSON Structure

Public Api Subtotal Structure

Subtotal schema from Public API (Otter Public API).

Type: object Properties: 1
RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

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

Properties

amount

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-subtotal-structure.json",
  "name": "Subtotal",
  "description": "Subtotal schema from Public API (Otter Public API).",
  "type": "object",
  "properties": {
    "amount": {
      "type": "double",
      "description": "The amount that was discounted.",
      "example": 19.07
    }
  }
}