LinkedIn · Schema
FindAdministeredOrganizationBrandsResponse200
BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000
Properties
| Name | Type | Description |
|---|---|---|
| paging | object | |
| elements | array |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/FindAdministeredOrganizationBrandsResponse200",
"title": "FindAdministeredOrganizationBrandsResponse200",
"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"
}
}
}
}
}
}