Qdrant · Schema

RestartTransferOperation

AIArtificial IntelligenceVector Databases

Properties

Name Type Description
restart_transfer object
View JSON Schema on GitHub

JSON Schema

qdrant-restarttransferoperation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RestartTransferOperation",
  "title": "RestartTransferOperation",
  "type": "object",
  "required": [
    "restart_transfer"
  ],
  "properties": {
    "restart_transfer": {
      "$ref": "#/components/schemas/RestartTransfer"
    }
  }
}