LinkedIn · JSON Structure

Linkedin Regulations Data Portability Batch Organization Response Structure

BatchOrganizationResponse from LinkedIn API

Type: object Properties: 3
BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

BatchOrganizationResponse is a JSON Structure definition published by LinkedIn, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

results statuses errors

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/linkedin/refs/heads/main/json-structure/linkedin-regulations-data-portability-batch-organization-response-structure.json",
  "name": "BatchOrganizationResponse",
  "description": "BatchOrganizationResponse from LinkedIn API",
  "type": "object",
  "properties": {
    "results": {
      "type": "object",
      "additionalProperties": {
        "$ref": "#/components/schemas/OrganizationResponse"
      }
    },
    "statuses": {
      "type": "object",
      "additionalProperties": {
        "type": "integer"
      }
    },
    "errors": {
      "type": "object",
      "additionalProperties": {
        "$ref": "#/components/schemas/ErrorDetail"
      }
    }
  }
}