LinkedIn · Schema

GetApplicationResponse

Response containing application credentials and details

BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

Properties

Name Type Description
elements array
View JSON Schema on GitHub

JSON Schema

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