{
  "$id": "https://hash.ai/@hash/types/entity-type/legal-person/v/2",
  "$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://hash.ai/@hash/types/property-type/legal-name/": {
      "$ref": "https://hash.ai/@hash/types/property-type/legal-name/v/1"
    }
  },
  "title": "Legal Person",
  "type": "object"
}