LinkedIn · Schema

GetFormsForTheResponse200

BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

Properties

Name Type Description
paging object
elements array
View JSON Schema on GitHub

JSON Schema

linkedin-getformsfortheresponse200-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GetFormsForTheResponse200",
  "title": "GetFormsForTheResponse200",
  "type": "object",
  "properties": {
    "paging": {
      "type": "object",
      "properties": {
        "start": {
          "type": "integer"
        },
        "count": {
          "type": "integer"
        },
        "links": {
          "type": "array",
          "items": {}
        },
        "total": {
          "type": "integer"
        }
      }
    },
    "elements": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "reviewInfo": {
            "type": "object",
            "properties": {
              "rejectionReasons": {
                "type": "array",
                "items": {}
              },
              "lastUpdated": {
                "type": "integer"
              },
              "reviewStatus": {
                "type": "string"
              }
            }
          },
          "owner": {
            "type": "object",
            "properties": {
              "sponsoredAccount": {
                "type": "string"
              }
            }
          },
          "hiddenFields": {
            "type": "array",
            "items": {}
          },
          "versionId": {
            "type": "integer"
          },
          "created": {
            "type": "integer"
          },
          "creationLocale": {
            "type": "object",
            "properties": {
              "country": {
                "type": "string"
              },
              "language": {
                "type": "string"
              }
            }
          },
          "name": {
            "type": "string"
          },
          "id": {
            "type": "integer"
          },
          "lastModified": {
            "type": "integer"
          },
          "state": {
            "type": "string"
          },
          "content": {
            "type": "object",
            "properties": {
              "questions": {
                "type": "array",
                "items": {
                  "type": "object",
                  "properties": {
                    "questionId": {
                      "type": "integer"
                    },
                    "question": {
                      "type": "object",
                      "properties": {
                        "localized": {
                          "type": "object",
                          "properties": {
                            "sv_SE": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    },
                    "responseEditable": {
                      "type": "boolean"
                    },
                    "name": {
                      "type": "string"
                    },
                    "questionDetails": {
                      "type": "object",
                      "properties": {
                        "textQuestionDetails": {
                          "type": "object",
                          "properties": {
                            "maxResponseLength": {
                              "type": "integer"
                            }
                          }
                        }
                      }
                    },
                    "predefinedField": {
                      "type": "string"
                    },
                    "responseRequired": {
                      "type": "boolean"
                    }
                  }
                }
              },
              "description": {
                "type": "object",
                "properties": {
                  "localized": {
                    "type": "object",
                    "properties": {
                      "sv_SE": {
                        "type": "string"
                      }
                    }
                  }
                }
              },
              "postSubmissionInfo": {
                "type": "object",
                "properties": {
                  "message": {
                    "type": "object",
                    "properties": {
                      "localized": {
                        "type": "object",
                        "properties": {
                          "sv_SE": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  },
                  "callToAction": {
                    "type": "object",
                    "properties": {
                      "callToActionTarget": {
                        "type": "object",
                        "properties": {
                          "landingPageUrl": {
                            "type": "string"
                          }
                        }
                      },
                      "callToActionLabel": {
                        "type": "string"
                      }
                    }
                  }
                }
              },
              "legalInfo": {
                "type": "object",
                "properties": {
                  "consents": {
                    "type": "array",
                    "items": {}
                  },
                  "legalInfoId": {
                    "type": "integer"
                  },
                  "privacyPolicyUrl": {
                    "type": "string"
                  },
                  "legalDisclaimer": {
                    "type": "object",
                    "properties": {
                      "localized": {
                        "type": "object",
                        "properties": {
                          "sv_SE": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                }
              },
              "headline": {
                "type": "object",
                "properties": {
                  "localized": {
                    "type": "object",
                    "properties": {
                      "sv_SE": {
                        "type": "string"
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}