{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/linkedin/refs/heads/main/json-structure/linkedin-compliance-events-compliance-events-response-structure.json", "name": "ComplianceEventsResponse", "description": "ComplianceEventsResponse from LinkedIn API", "type": "object", "properties": { "elements": { "type": "array", "items": { "$ref": "#/components/schemas/ComplianceEvent" } }, "paging": { "$ref": "#/components/schemas/Paging" } } }