LinkedIn · Schema

QuestionChoice

BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

Properties

Name Type Description
symbolicName string
displayValue string
View JSON Schema on GitHub

JSON Schema

linkedin-questionchoice-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/QuestionChoice",
  "title": "QuestionChoice",
  "type": "object",
  "properties": {
    "symbolicName": {
      "type": "string",
      "example": "yes"
    },
    "displayValue": {
      "type": "string",
      "example": "Yes"
    }
  }
}