{
  "$id": "https://hash.ai/@hash/types/entity-type/legal-person/v/1",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "description": "An individual, company, or other entity which has legal rights and may be subject to obligations",
  "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 Person",
  "type": "object"
}