Qdrant · Schema

ReplicatePointsOperation

AIArtificial IntelligenceVector Databases

Properties

Name Type Description
replicate_points object
View JSON Schema on GitHub

JSON Schema

qdrant-replicatepointsoperation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ReplicatePointsOperation",
  "title": "ReplicatePointsOperation",
  "type": "object",
  "required": [
    "replicate_points"
  ],
  "properties": {
    "replicate_points": {
      "$ref": "#/components/schemas/ReplicatePoints"
    }
  }
}