LinkedIn · Schema

FindAdministeredOrganizationBrandsResponse200

FindAdministeredOrganizationBrandsResponse200 from LinkedIn API

BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

Properties

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

JSON Schema

linkedin-marketing-community-find-administered-organization-brands-response200-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/linkedin/refs/heads/main/json-schema/linkedin-marketing-community-find-administered-organization-brands-response200-schema.json",
  "title": "FindAdministeredOrganizationBrandsResponse200",
  "description": "FindAdministeredOrganizationBrandsResponse200 from LinkedIn API",
  "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": {
          "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"
          }
        }
      }
    }
  }
}