mobile-apps-fcm-push/functions/test/fixtures/legacy/with_titles.json

29 lines
634 B
JSON

{
"input": {
"title": "title test",
"message": "test",
"data": {
"subtitle": "subtitle test"
},
"registration_info": {
"app_id": "io.robbie.HomeAssistant.dev",
"os_version": "10.15",
"app_version": "2021.5"
}
},
"rate_limit": true,
"headers": {
"apns-push-type": "alert"
},
"payload": {
"aps": {
"alert": {
"body": "test",
"title": "title test",
"subtitle": "subtitle test"
},
"sound": "default"
}
}
}