Qdrant · Schema

SnowballParams

AIArtificial IntelligenceVector Databases

Properties

Name Type Description
type object
language object
View JSON Schema on GitHub

JSON Schema

qdrant-snowballparams-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SnowballParams",
  "title": "SnowballParams",
  "type": "object",
  "required": [
    "language",
    "type"
  ],
  "properties": {
    "type": {
      "$ref": "#/components/schemas/Snowball"
    },
    "language": {
      "$ref": "#/components/schemas/SnowballLanguage"
    }
  }
}