{
  "$id": "https://hash.ai/@hash/types/entity-type/linkedin-company-page/v/1",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "allOf": [
    {
      "$ref": "https://hash.ai/@h/types/entity-type/linkedin-account/v/1"
    }
  ],
  "description": "A LinkedIn Company Page should represent a real-world brand, organization or legal entity.",
  "kind": "entityType",
  "links": {
    "https://hash.ai/@hash/types/entity-type/is-profile-of/v/1": {
      "items": {
        "oneOf": [
          {
            "$ref": "https://hash.ai/@hash/types/entity-type/legal-entity/v/1"
          }
        ]
      },
      "minItems": 0,
      "type": "array"
    }
  },
  "properties": {
    "https://hash.ai/@hash/types/property-type/linkedin-company-overview/": {
      "$ref": "https://hash.ai/@hash/types/property-type/linkedin-company-overview/v/1"
    }
  },
  "title": "LinkedIn Company Page",
  "type": "object"
}