LinkedIn · Schema

GetBingGeoLocationsResponse200

BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

Properties

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

JSON Schema

linkedin-getbinggeolocationsresponse200-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GetBingGeoLocationsResponse200",
  "title": "GetBingGeoLocationsResponse200",
  "type": "object",
  "properties": {
    "paging": {
      "type": "object",
      "properties": {
        "start": {
          "type": "integer"
        },
        "count": {
          "type": "integer"
        },
        "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"
          }
        }
      }
    }
  }
}