LinkedIn · Schema

SeatholdersResponse

Response containing recruiter seatholders

BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

Properties

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

JSON Schema

linkedin-seatholdersresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SeatholdersResponse",
  "title": "SeatholdersResponse",
  "type": "object",
  "description": "Response containing recruiter seatholders",
  "properties": {
    "elements": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Seatholder"
      }
    },
    "paging": {
      "$ref": "#/components/schemas/Paging"
    }
  }
}