Otter · JSON Structure

Public Api Org Info Structure

Represents the org information.

Type: object Properties: 2 Required: 2
RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

OrgInfo is a JSON Structure definition published by Otter, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id name

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-org-info-structure.json",
  "name": "OrgInfo",
  "description": "Represents the org information.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Css org id.",
      "example": "store_123"
    },
    "name": {
      "type": "string",
      "description": "Css org name.",
      "example": "Main Street Cafe"
    }
  },
  "required": [
    "id",
    "name"
  ]
}