Region associated to a notification.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/NotificationRegion", "title": "NotificationRegion", "description": "Region associated to a notification.", "type": "string", "enum": [ "US", "EU", "AU", "ME", "IN", "*" ], "x-speakeasy-unknown-values": "allow" }