{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/linkedin/refs/heads/main/json-structure/linkedin-marketing-audience-insights-targeting-criteria-structure.json", "name": "TargetingCriteria", "description": "TargetingCriteria from LinkedIn API", "type": "object", "properties": { "include": { "type": "object", "properties": { "and": { "type": "array", "items": { "type": "object", "properties": { "or": { "type": "object", "additionalProperties": { "type": "array", "items": { "type": "string" } } } } } } } } } }