Qdrant · Schema

CreateShardingKeyOperation

AIArtificial IntelligenceVector Databases

Properties

Name Type Description
create_sharding_key object
View JSON Schema on GitHub

JSON Schema

qdrant-createshardingkeyoperation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreateShardingKeyOperation",
  "title": "CreateShardingKeyOperation",
  "type": "object",
  "required": [
    "create_sharding_key"
  ],
  "properties": {
    "create_sharding_key": {
      "$ref": "#/components/schemas/CreateShardingKey"
    }
  }
}