LinkedIn · Schema

BatchOrganizationResponse

BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

Properties

Name Type Description
results object
statuses object
errors object
View JSON Schema on GitHub

JSON Schema

linkedin-batchorganizationresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BatchOrganizationResponse",
  "title": "BatchOrganizationResponse",
  "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"
      }
    }
  }
}