LinkedIn · Schema

LeadGenAnswer

BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

Properties

Name Type Description
questionId string
answerValue string
View JSON Schema on GitHub

JSON Schema

linkedin-leadgenanswer-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/LeadGenAnswer",
  "title": "LeadGenAnswer",
  "type": "object",
  "properties": {
    "questionId": {
      "type": "string",
      "example": "firstName"
    },
    "answerValue": {
      "type": "string",
      "example": "John"
    }
  }
}