Qdrant · Schema

MoveShardOperation

AIArtificial IntelligenceVector Databases

Properties

Name Type Description
move_shard object
View JSON Schema on GitHub

JSON Schema

qdrant-moveshardoperation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/MoveShardOperation",
  "title": "MoveShardOperation",
  "type": "object",
  "required": [
    "move_shard"
  ],
  "properties": {
    "move_shard": {
      "$ref": "#/components/schemas/MoveShard"
    }
  }
}