Qdrant · Schema

Condition

AIArtificial IntelligenceVector Databases
View JSON Schema on GitHub

JSON Schema

qdrant-condition-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Condition",
  "title": "Condition",
  "anyOf": [
    {
      "$ref": "#/components/schemas/FieldCondition"
    },
    {
      "$ref": "#/components/schemas/IsEmptyCondition"
    },
    {
      "$ref": "#/components/schemas/IsNullCondition"
    },
    {
      "$ref": "#/components/schemas/HasIdCondition"
    },
    {
      "$ref": "#/components/schemas/HasVectorCondition"
    },
    {
      "$ref": "#/components/schemas/NestedCondition"
    },
    {
      "$ref": "#/components/schemas/Filter"
    }
  ]
}