Qdrant · Schema

Log10Expression

AIArtificial IntelligenceVector Databases

Properties

Name Type Description
log10 object
View JSON Schema on GitHub

JSON Schema

qdrant-log10expression-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Log10Expression",
  "title": "Log10Expression",
  "type": "object",
  "required": [
    "log10"
  ],
  "properties": {
    "log10": {
      "$ref": "#/components/schemas/Expression"
    }
  }
}