Qdrant · Schema

DropShardingKeyOperation

AIArtificial IntelligenceVector Databases

Properties

Name Type Description
drop_sharding_key object
View JSON Schema on GitHub

JSON Schema

qdrant-dropshardingkeyoperation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DropShardingKeyOperation",
  "title": "DropShardingKeyOperation",
  "type": "object",
  "required": [
    "drop_sharding_key"
  ],
  "properties": {
    "drop_sharding_key": {
      "$ref": "#/components/schemas/DropShardingKey"
    }
  }
}