Otter · Schema

PingEvent

PingEvent schema from Public API (Otter Public API).

RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

Properties

Name Type Description
message string
View JSON Schema on GitHub

JSON Schema

public-api-ping-event-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PingEvent",
  "description": "PingEvent schema from Public API (Otter Public API).",
  "$id": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-schema/public-api-ping-event-schema.json",
  "type": "object",
  "properties": {
    "message": {
      "type": "string",
      "example": "Hello World"
    }
  }
}