Qdrant · Schema

DivExpression

AIArtificial IntelligenceVector Databases

Properties

Name Type Description
div object
View JSON Schema on GitHub

JSON Schema

qdrant-divexpression-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DivExpression",
  "title": "DivExpression",
  "type": "object",
  "required": [
    "div"
  ],
  "properties": {
    "div": {
      "$ref": "#/components/schemas/DivParams"
    }
  }
}