Qdrant · Schema

SampleQuery

AIArtificial IntelligenceVector Databases

Properties

Name Type Description
sample object
View JSON Schema on GitHub

JSON Schema

qdrant-samplequery-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SampleQuery",
  "title": "SampleQuery",
  "type": "object",
  "required": [
    "sample"
  ],
  "properties": {
    "sample": {
      "$ref": "#/components/schemas/Sample"
    }
  }
}