Typesense · Schema

DirtyValues

Strategy for handling field values that do not match the schema type.

Full-Text SearchOpen SourceSearch EngineTypo ToleranceVector Search
View JSON Schema on GitHub

JSON Schema

typesense-dirtyvalues-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DirtyValues",
  "title": "DirtyValues",
  "type": "string",
  "description": "Strategy for handling field values that do not match the schema type.",
  "enum": [
    "coerce_or_reject",
    "coerce_or_drop",
    "drop",
    "reject"
  ]
}