Qdrant · Schema

DropShardingKey

AIArtificial IntelligenceVector Databases

Properties

Name Type Description
shard_key object
View JSON Schema on GitHub

JSON Schema

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