{
  "$id": "https://hash.ai/@hash/types/entity-type/legal-entity/v/5",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "allOf": [
    {
      "$ref": "https://hash.ai/@hash/types/entity-type/legal-person/v/2"
    }
  ],
  "description": "A legal entity allows one or more natural persons to act as if they were a single person for certain purposes. Legal entities (e.g. companies and non-profit organizations) have legal rights and responsibilities, such as the right to make contracts, and a responsibility to pay debts.",
  "kind": "entityType",
  "links": {
    "https://hash.ai/@h/types/entity-type/has-parent/v/1": {
      "items": {},
      "minItems": 0,
      "type": "array"
    },
    "https://hash.ai/@hash/types/entity-type/has-board-member/v/1": {
      "items": {
        "oneOf": [
          {
            "$ref": "https://hash.ai/@hash/types/entity-type/person/v/6"
          }
        ]
      },
      "minItems": 0,
      "type": "array"
    },
    "https://hash.ai/@hash/types/entity-type/has-employee/v/1": {
      "items": {
        "oneOf": [
          {
            "$ref": "https://hash.ai/@hash/types/entity-type/person/v/6"
          }
        ]
      },
      "minItems": 0,
      "type": "array"
    },
    "https://hash.ai/@hash/types/entity-type/has-subsidiary/v/1": {
      "items": {},
      "minItems": 0,
      "type": "array"
    },
    "https://hash.ai/@hash/types/entity-type/legally-registered-in/v/1": {
      "items": {},
      "minItems": 0,
      "type": "array"
    }
  },
  "properties": {},
  "title": "Legal Entity",
  "type": "object"
}