Qdrant · Schema

GeoDistance

AIArtificial IntelligenceVector Databases

Properties

Name Type Description
geo_distance object
View JSON Schema on GitHub

JSON Schema

qdrant-geodistance-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GeoDistance",
  "title": "GeoDistance",
  "type": "object",
  "required": [
    "geo_distance"
  ],
  "properties": {
    "geo_distance": {
      "$ref": "#/components/schemas/GeoDistanceParams"
    }
  }
}