Qdrant · Schema

DeleteOperation

AIArtificial IntelligenceVector Databases

Properties

Name Type Description
delete object
View JSON Schema on GitHub

JSON Schema

qdrant-deleteoperation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DeleteOperation",
  "title": "DeleteOperation",
  "type": "object",
  "required": [
    "delete"
  ],
  "properties": {
    "delete": {
      "$ref": "#/components/schemas/PointsSelector"
    }
  }
}