Otter · JSON Structure

Public Api Pong Object Structure

PongObject schema from Public API (Otter Public API).

Type: object Properties: 2
RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

PongObject 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

response currentTime

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-pong-object-structure.json",
  "name": "PongObject",
  "description": "PongObject schema from Public API (Otter Public API).",
  "type": "object",
  "properties": {
    "response": {
      "type": "string",
      "description": "A text response.",
      "example": "pong"
    },
    "currentTime": {
      "type": "datetime",
      "description": "The current timestamp.",
      "example": "2007-12-03T10:15:30+01:00"
    }
  }
}