{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/linkedin/refs/heads/main/json-schema/linkedin-marketing-audience-insights-ad-targeting-facets-response-schema.json", "title": "AdTargetingFacetsResponse", "description": "AdTargetingFacetsResponse from LinkedIn API", "type": "object", "properties": { "elements": { "type": "array", "items": { "$ref": "#/components/schemas/AdTargetingFacet" } }, "paging": { "$ref": "#/components/schemas/Paging" } } }