LinkedIn · JSON Structure

Linkedin Marketing Media Planning Get Bing Geo Locations Response200 Structure

GetBingGeoLocationsResponse200 from LinkedIn API

Type: object Properties: 2
BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

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

Properties

paging elements

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-marketing-media-planning-get-bing-geo-locations-response200-structure.json",
  "name": "GetBingGeoLocationsResponse200",
  "description": "GetBingGeoLocationsResponse200 from LinkedIn API",
  "type": "object",
  "properties": {
    "paging": {
      "type": "object",
      "properties": {
        "start": {
          "type": "int32"
        },
        "count": {
          "type": "int32"
        },
        "links": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "type": {
                "type": "string"
              },
              "rel": {
                "type": "string"
              },
              "href": {
                "type": "string"
              }
            }
          }
        }
      }
    },
    "elements": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string"
          },
          "urn": {
            "type": "string"
          },
          "facetUrn": {
            "type": "string"
          }
        }
      }
    }
  }
}