Typesense · Schema

SuccessStatus

Full-Text SearchOpen SourceSearch EngineTypo ToleranceVector Search

Properties

Name Type Description
success boolean Whether the operation was successful.
View JSON Schema on GitHub

JSON Schema

typesense-successstatus-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SuccessStatus",
  "title": "SuccessStatus",
  "type": "object",
  "properties": {
    "success": {
      "type": "boolean",
      "description": "Whether the operation was successful."
    }
  }
}