PingEvent schema from Public API (Otter Public API).
{ "$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" } } }