Otter · JSON Structure

Public Api User Balance Structure

UserBalance schema from Public API (Otter Public API).

Type: object Properties: 2
RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

UserBalance 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

amount type

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-user-balance-structure.json",
  "name": "UserBalance",
  "description": "UserBalance schema from Public API (Otter Public API).",
  "type": "object",
  "properties": {
    "amount": {
      "type": "double",
      "description": "Balance amount.",
      "example": 19.07
    },
    "type": {
      "type": "string",
      "description": "The type of balance.",
      "example": "POINT",
      "enum": [
        "POINT",
        "DOLLAR"
      ]
    }
  }
}