{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/linkedin/refs/heads/main/json-structure/linkedin-talent-learning-parent-application-get-application-response-structure.json", "name": "GetApplicationResponse", "description": "Response containing application credentials and details", "type": "object", "properties": { "elements": { "type": "array", "items": { "$ref": "#/components/schemas/ApplicationCredentials" } } } }