Otter · Schema

Subtotal

Subtotal schema from Public API (Otter Public API).

RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

Properties

Name Type Description
amount number The amount that was discounted.
View JSON Schema on GitHub

JSON Schema

public-api-subtotal-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Subtotal",
  "description": "Subtotal schema from Public API (Otter Public API).",
  "$id": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-schema/public-api-subtotal-schema.json",
  "type": "object",
  "properties": {
    "amount": {
      "type": "number",
      "description": "The amount that was discounted.",
      "example": 19.07
    }
  }
}