The notification type of a cast.
{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://neynar.com/schemas/CastNotificationType", "title": "CastNotificationType", "description": "The notification type of a cast.", "enum": [ "cast-mention", "cast-reply" ], "type": "string" }