LinkedIn · Schema
RetrieveAnAdministeredOrganizationResponse200
BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000
Properties
| Name | Type | Description |
|---|---|---|
| vanityName | string | |
| localizedName | string | |
| website | object | |
| groups | array | |
| versionTag | string | |
| defaultLocale | object | |
| alternativeNames | array | |
| specialties | array | |
| parentRelationship | object | |
| localizedSpecialties | array | |
| industries | array | |
| name | object | |
| primaryOrganizationType | string | |
| id | integer | |
| autoCreated | boolean | |
| localizedWebsite | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/RetrieveAnAdministeredOrganizationResponse200",
"title": "RetrieveAnAdministeredOrganizationResponse200",
"type": "object",
"properties": {
"vanityName": {
"type": "string",
"example": "Example Name"
},
"localizedName": {
"type": "string",
"example": "Example Name"
},
"website": {
"type": "object",
"properties": {
"localized": {
"type": "object",
"properties": {
"en_US": {
"type": "string"
}
}
},
"preferredLocale": {
"type": "object",
"properties": {
"country": {
"type": "string"
},
"language": {
"type": "string"
}
}
}
}
},
"groups": {
"type": "array",
"items": {}
},
"versionTag": {
"type": "string",
"example": "example_value"
},
"defaultLocale": {
"type": "object",
"properties": {
"country": {
"type": "string"
},
"language": {
"type": "string"
}
}
},
"alternativeNames": {
"type": "array",
"items": {}
},
"specialties": {
"type": "array",
"items": {}
},
"parentRelationship": {
"type": "object",
"properties": {
"relationshipStatus": {
"type": "string"
},
"parent": {
"type": "string"
}
}
},
"localizedSpecialties": {
"type": "array",
"items": {}
},
"industries": {
"type": "array",
"items": {
"type": "string"
}
},
"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",
"example": "example_value"
},
"id": {
"type": "integer",
"example": 42
},
"autoCreated": {
"type": "boolean",
"example": true
},
"localizedWebsite": {
"type": "string",
"example": "example_value"
}
}
}