Qdrant · Schema

DiscoverQuery

AIArtificial IntelligenceVector Databases

Properties

Name Type Description
discover object
View JSON Schema on GitHub

JSON Schema

qdrant-discoverquery-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DiscoverQuery",
  "title": "DiscoverQuery",
  "type": "object",
  "required": [
    "discover"
  ],
  "properties": {
    "discover": {
      "$ref": "#/components/schemas/DiscoverInput"
    }
  }
}