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

36 lines
813 B
JSON

{
"input": {
"message": "test",
"data": {
"attachment": {
"url": "/existing.mp4",
"content-type": "mpeg4"
},
"image": "/test.jpg"
},
"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"
},
"category": "DYNAMIC",
"mutableContent": true,
"sound": "default"
},
"attachment": {
"url": "/existing.mp4",
"content-type": "mpeg4"
}
}
}