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