Qdrant · Schema

CollectionWarning

AIArtificial IntelligenceVector Databases

Properties

Name Type Description
message string Warning message
View JSON Schema on GitHub

JSON Schema

qdrant-collectionwarning-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CollectionWarning",
  "title": "CollectionWarning",
  "type": "object",
  "required": [
    "message"
  ],
  "properties": {
    "message": {
      "description": "Warning message",
      "type": "string"
    }
  }
}