{
  "$id": "https://hash.ai/@hash/types/entity-type/legal-entity/v/2",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "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",
  "properties": {
    "https://blockprotocol.org/@blockprotocol/types/property-type/name/": {
      "$ref": "https://blockprotocol.org/@blockprotocol/types/property-type/name/v/1"
    }
  },
  "required": [
    "https://blockprotocol.org/@blockprotocol/types/property-type/name/"
  ],
  "title": "Legal Entity",
  "type": "object"
}