{ "$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-retrieve-an-administered-organization-response200-schema.json", "title": "RetrieveAnAdministeredOrganizationResponse200", "description": "RetrieveAnAdministeredOrganizationResponse200 from LinkedIn API", "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" } } }