LinkedIn · Schema

FindNonadministeredOrganizationResponse200

BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

Properties

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

JSON Schema

linkedin-findnonadministeredorganizationresponse200-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FindNonadministeredOrganizationResponse200",
  "title": "FindNonadministeredOrganizationResponse200",
  "type": "object",
  "properties": {
    "results": {
      "type": "object",
      "properties": {
        "3803": {
          "type": "object",
          "properties": {
            "name": {
              "type": "object",
              "properties": {
                "localized": {
                  "type": "object",
                  "properties": {
                    "en_US": {
                      "type": "string"
                    }
                  }
                },
                "preferredLocale": {
                  "type": "object",
                  "properties": {
                    "country": {
                      "type": "string"
                    },
                    "language": {
                      "type": "string"
                    }
                  }
                }
              }
            },
            "primaryOrganizationType": {
              "type": "string"
            },
            "vanityName": {
              "type": "string"
            },
            "locations": {
              "type": "array",
              "items": {
                "type": "object",
                "properties": {
                  "staffCountRange": {
                    "type": "string"
                  },
                  "locationType": {
                    "type": "string"
                  },
                  "address": {
                    "type": "object",
                    "properties": {
                      "country": {
                        "type": "string"
                      }
                    }
                  }
                }
              }
            },
            "localizedName": {
              "type": "string"
            },
            "id": {
              "type": "integer"
            }
          }
        },
        "79988552": {
          "type": "object",
          "properties": {
            "name": {
              "type": "object",
              "properties": {
                "localized": {
                  "type": "object",
                  "properties": {
                    "en_US": {
                      "type": "string"
                    }
                  }
                },
                "preferredLocale": {
                  "type": "object",
                  "properties": {
                    "country": {
                      "type": "string"
                    },
                    "language": {
                      "type": "string"
                    }
                  }
                }
              }
            },
            "primaryOrganizationType": {
              "type": "string"
            },
            "vanityName": {
              "type": "string"
            },
            "locations": {
              "type": "array",
              "items": {}
            },
            "localizedName": {
              "type": "string"
            },
            "id": {
              "type": "integer"
            }
          }
        }
      }
    },
    "statuses": {
      "type": "object",
      "properties": {
        "3803": {
          "type": "integer"
        },
        "79988552": {
          "type": "integer"
        }
      }
    },
    "errors": {
      "type": "object",
      "properties": {}
    }
  }
}