Qdrant · Schema

MatchAny

Exact match on any of the given values

AIArtificial IntelligenceVector Databases

Properties

Name Type Description
any object
View JSON Schema on GitHub

JSON Schema

qdrant-matchany-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/MatchAny",
  "title": "MatchAny",
  "description": "Exact match on any of the given values",
  "type": "object",
  "required": [
    "any"
  ],
  "properties": {
    "any": {
      "$ref": "#/components/schemas/AnyVariants"
    }
  }
}