Skip to main content

SeriesCondition

Series-level search conditions

Conditions can be composed using allOf (AND) and anyOf (OR). Uses untagged enum for cleaner JSON without explicit type field.

oneOf

All conditions must match (AND)

allOf []required
  • Array [
  • circular(SeriesCondition)
  • ]
  • SeriesCondition
    {
    "allOf": [
    null
    ]
    }