Typesense · Schema

HealthStatus

Full-Text SearchOpen SourceSearch EngineTypo ToleranceVector Search

Properties

Name Type Description
ok boolean Whether the server is healthy and ready to accept requests.
View JSON Schema on GitHub

JSON Schema

typesense-healthstatus-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/HealthStatus",
  "title": "HealthStatus",
  "type": "object",
  "properties": {
    "ok": {
      "type": "boolean",
      "description": "Whether the server is healthy and ready to accept requests."
    }
  }
}