LearnerDetails from LinkedIn API
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/linkedin/refs/heads/main/json-schema/linkedin-learning-activity-reports-learner-details-schema.json", "title": "LearnerDetails", "description": "LearnerDetails from LinkedIn API", "type": "object", "properties": { "entity": { "$ref": "#/components/schemas/LearnerEntity" } } }