Qdrant · Schema

ReplicateShardOperation

AIArtificial IntelligenceVector Databases

Properties

Name Type Description
replicate_shard object
View JSON Schema on GitHub

JSON Schema

qdrant-replicateshardoperation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ReplicateShardOperation",
  "title": "ReplicateShardOperation",
  "type": "object",
  "required": [
    "replicate_shard"
  ],
  "properties": {
    "replicate_shard": {
      "$ref": "#/components/schemas/ReplicateShard"
    }
  }
}