Qdrant · Schema

AliasOperations

Group of all the possible operations related to collection aliases

AIArtificial IntelligenceVector Databases
View JSON Schema on GitHub

JSON Schema

qdrant-aliasoperations-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AliasOperations",
  "title": "AliasOperations",
  "description": "Group of all the possible operations related to collection aliases",
  "anyOf": [
    {
      "$ref": "#/components/schemas/CreateAliasOperation"
    },
    {
      "$ref": "#/components/schemas/DeleteAliasOperation"
    },
    {
      "$ref": "#/components/schemas/RenameAliasOperation"
    }
  ]
}