{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/TargetingCriteria", "title": "TargetingCriteria", "type": "object", "properties": { "include": { "type": "object", "properties": { "and": { "type": "array", "items": { "type": "object", "properties": { "or": { "type": "object", "additionalProperties": { "type": "array", "items": { "type": "string" } } } } } } } } } }