Qdrant · Schema

AbortTransferOperation

AIArtificial IntelligenceVector Databases

Properties

Name Type Description
abort_transfer object
View JSON Schema on GitHub

JSON Schema

qdrant-aborttransferoperation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AbortTransferOperation",
  "title": "AbortTransferOperation",
  "type": "object",
  "required": [
    "abort_transfer"
  ],
  "properties": {
    "abort_transfer": {
      "$ref": "#/components/schemas/AbortShardTransfer"
    }
  }
}