{
  "$id": "https://hash.ai/@h/types/entity-type/invitation-via-email/v/1",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "allOf": [
    {
      "$ref": "https://hash.ai/@h/types/entity-type/invitation/v/1"
    }
  ],
  "description": "An invitation issued to an email address.",
  "kind": "entityType",
  "properties": {
    "https://hash.ai/@h/types/property-type/email/": {
      "$ref": "https://hash.ai/@h/types/property-type/email/v/1"
    }
  },
  "required": [
    "https://hash.ai/@h/types/property-type/email/"
  ],
  "title": "Invitation Via Email",
  "type": "object"
}