{
  "$id": "https://hash.ai/@hash/types/entity-type/legal-entity/v/1",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "description": "A company or organization that has legal rights and responsibilities, for example the right to make contracts and the 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"
}