Qdrant · Schema

AppFeaturesTelemetry

AIArtificial IntelligenceVector Databases

Properties

Name Type Description
debug boolean
service_debug_feature boolean
recovery_mode boolean
gpu boolean
rocksdb boolean
staging boolean
View JSON Schema on GitHub

JSON Schema

qdrant-appfeaturestelemetry-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AppFeaturesTelemetry",
  "title": "AppFeaturesTelemetry",
  "type": "object",
  "required": [
    "debug",
    "gpu",
    "recovery_mode",
    "rocksdb",
    "service_debug_feature",
    "staging"
  ],
  "properties": {
    "debug": {
      "type": "boolean"
    },
    "service_debug_feature": {
      "type": "boolean"
    },
    "recovery_mode": {
      "type": "boolean"
    },
    "gpu": {
      "type": "boolean"
    },
    "rocksdb": {
      "type": "boolean"
    },
    "staging": {
      "type": "boolean"
    }
  }
}