{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-pinpoint/refs/heads/main/json-schema/amazon-pinpoint-default-push-notification-message-schema.json", "title": "DefaultPushNotificationMessage", "description": "Specifies the default settings and content for a push notification that's sent directly to an endpoint.", "type": "object", "properties": { "Action": { "allOf": [ { "$ref": "#/components/schemas/Action" }, { "description": "
The default action to occur if a recipient taps the push notification. Valid values are:
OPEN_APP - Your app opens or it becomes the foreground app if it was sent to the background. This is the default action.
DEEP_LINK - Your app opens and displays a designated user interface in the app. This setting uses the deep-linking features of the iOS and Android platforms.
URL - The default mobile browser on the recipient's device opens and loads the web page at a URL that you specify.