Qdrant · Schema

StartFrom

AIArtificial IntelligenceVector Databases
View JSON Schema on GitHub

JSON Schema

qdrant-startfrom-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/StartFrom",
  "title": "StartFrom",
  "anyOf": [
    {
      "type": "integer",
      "format": "int64"
    },
    {
      "type": "number",
      "format": "double"
    },
    {
      "type": "string",
      "format": "date-time"
    }
  ]
}