Qdrant · Schema

NegExpression

AIArtificial IntelligenceVector Databases

Properties

Name Type Description
neg object
View JSON Schema on GitHub

JSON Schema

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