{ "$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-find-nonadministered-organization-response200-schema.json", "title": "FindNonadministeredOrganizationResponse200", "description": "FindNonadministeredOrganizationResponse200 from LinkedIn API", "type": "object", "properties": { "results": { "type": "object", "properties": { "3803": { "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": { "type": "object", "properties": { "staffCountRange": { "type": "string" }, "locationType": { "type": "string" }, "address": { "type": "object", "properties": { "country": { "type": "string" } } } } } }, "localizedName": { "type": "string" }, "id": { "type": "integer" } } }, "79988552": { "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" } } } } }, "statuses": { "type": "object", "properties": { "3803": { "type": "integer" }, "79988552": { "type": "integer" } } }, "errors": { "type": "object", "properties": {} } } }