Typesense · Schema

SynonymSetSchema

Full-Text SearchOpen SourceSearch EngineTypo ToleranceVector Search

Properties

Name Type Description
name string Name of the synonym set.
View JSON Schema on GitHub

JSON Schema

typesense-synonymsetschema-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SynonymSetSchema",
  "title": "SynonymSetSchema",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Name of the synonym set."
    }
  }
}