Otter · JSON Structure

Public Api Error Detail Structure

The error detail response object.

Type: object Properties: 2
RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

ErrorDetail 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

attribute message

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-error-detail-structure.json",
  "name": "ErrorDetail",
  "description": "The error detail response object.",
  "type": "object",
  "properties": {
    "attribute": {
      "type": "string",
      "description": "The error attribute.",
      "example": "Order Currency Code"
    },
    "message": {
      "type": "string",
      "description": "The error detail description.",
      "example": "Order Currency Code must be exactly 3 characters"
    }
  }
}