Qdrant · Schema

FormulaQuery

AIArtificial IntelligenceVector Databases

Properties

Name Type Description
formula object
defaults object
View JSON Schema on GitHub

JSON Schema

qdrant-formulaquery-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FormulaQuery",
  "title": "FormulaQuery",
  "type": "object",
  "required": [
    "formula"
  ],
  "properties": {
    "formula": {
      "$ref": "#/components/schemas/Expression"
    },
    "defaults": {
      "default": {},
      "type": "object",
      "additionalProperties": true
    }
  }
}