{
  "$id": "https://hash.ai/@h/types/entity-type/invitation-via-shortname/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 a user via their shortname.",
  "kind": "entityType",
  "properties": {
    "https://hash.ai/@h/types/property-type/shortname/": {
      "$ref": "https://hash.ai/@h/types/property-type/shortname/v/1"
    }
  },
  "required": [
    "https://hash.ai/@h/types/property-type/shortname/"
  ],
  "title": "Invitation Via Shortname",
  "type": "object"
}