CustomQuestionSet 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-talent-job-posting-custom-question-set-schema.json", "title": "CustomQuestionSet", "description": "CustomQuestionSet from LinkedIn API", "type": "object", "properties": { "questionSetId": { "type": "string", "example": "custom-questions-001" }, "questions": { "type": "array", "items": { "$ref": "#/components/schemas/CustomQuestion" } } } }