{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/linkedin/refs/heads/main/json-structure/linkedin-talent-job-posting-question-choice-structure.json", "name": "QuestionChoice", "description": "QuestionChoice from LinkedIn API", "type": "object", "properties": { "symbolicName": { "type": "string", "example": "yes" }, "displayValue": { "type": "string", "example": "Yes" } } }