Qdrant · Schema

StartReshardingOperation

AIArtificial IntelligenceVector Databases

Properties

Name Type Description
start_resharding object
View JSON Schema on GitHub

JSON Schema

qdrant-startreshardingoperation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/StartReshardingOperation",
  "title": "StartReshardingOperation",
  "type": "object",
  "required": [
    "start_resharding"
  ],
  "properties": {
    "start_resharding": {
      "$ref": "#/components/schemas/StartResharding"
    }
  }
}