Typesense · Schema

PresetUpsertSchema

Full-Text SearchOpen SourceSearch EngineTypo ToleranceVector Search

Properties

Name Type Description
value object Search parameters to store in the preset.
View JSON Schema on GitHub

JSON Schema

typesense-presetupsertschema-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PresetUpsertSchema",
  "title": "PresetUpsertSchema",
  "type": "object",
  "properties": {
    "value": {
      "type": "object",
      "description": "Search parameters to store in the preset."
    }
  }
}