{
  "$id": "https://hash.ai/@hash/types/entity-type/company/v/1",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "allOf": [
    {
      "$ref": "https://hash.ai/@hash/types/entity-type/legal-entity/v/3"
    }
  ],
  "description": "A legal entity representing an association of people, whether natural persons, legal persons or a mixture of both, with a specific objective",
  "kind": "entityType",
  "links": {
    "https://hash.ai/@h/types/entity-type/has-parent/v/1": {
      "items": {
        "oneOf": [
          {
            "$ref": "https://hash.ai/@hash/types/entity-type/legal-entity/v/3"
          }
        ]
      },
      "minItems": 0,
      "type": "array"
    },
    "https://hash.ai/@hash/types/entity-type/has-subsidiary/v/1": {
      "items": {
        "oneOf": [
          {
            "$ref": "https://hash.ai/@hash/types/entity-type/legal-entity/v/3"
          }
        ]
      },
      "minItems": 0,
      "type": "array"
    },
    "https://hash.ai/@hash/types/entity-type/legally-registered-in/v/1": {
      "items": {},
      "minItems": 0,
      "type": "array"
    },
    "https://hash.ai/@hash/types/entity-type/owned-by/v/1": {
      "items": {
        "oneOf": [
          {
            "$ref": "https://hash.ai/@hash/types/entity-type/legal-person/v/1"
          }
        ]
      },
      "minItems": 0,
      "type": "array"
    }
  },
  "properties": {},
  "title": "Company",
  "type": "object"
}