Typesense · Schema

AnalyticsEventCreateResponse

Full-Text SearchOpen SourceSearch EngineTypo ToleranceVector Search

Properties

Name Type Description
ok boolean Whether the event was logged successfully.
View JSON Schema on GitHub

JSON Schema

typesense-analyticseventcreateresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AnalyticsEventCreateResponse",
  "title": "AnalyticsEventCreateResponse",
  "type": "object",
  "properties": {
    "ok": {
      "type": "boolean",
      "description": "Whether the event was logged successfully."
    }
  }
}