Qdrant · Schema

PowParams

AIArtificial IntelligenceVector Databases

Properties

Name Type Description
base object
exponent object
View JSON Schema on GitHub

JSON Schema

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