{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/linkedin/refs/heads/main/json-structure/linkedin-compliance-events-error-response-structure.json", "name": "ErrorResponse", "description": "ErrorResponse from LinkedIn API", "type": "object", "properties": { "status": { "type": "int32", "description": "HTTP status code", "example": 400 }, "message": { "type": "string", "description": "Error message", "example": "Invalid request parameters" }, "code": { "type": "string", "description": "Error code", "example": "INVALID_PARAMS" } } }