Qdrant · Schema

PayloadSchemaType

All possible names of payload types

AIArtificial IntelligenceVector Databases
View JSON Schema on GitHub

JSON Schema

qdrant-payloadschematype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PayloadSchemaType",
  "title": "PayloadSchemaType",
  "description": "All possible names of payload types",
  "type": "string",
  "enum": [
    "keyword",
    "integer",
    "float",
    "geo",
    "text",
    "bool",
    "datetime",
    "uuid"
  ]
}