Skip to content

Instantly share code, notes, and snippets.

@doapp-ryanp
Forked from doapp-grady/Push filters.json
Last active February 19, 2016 17:37
Show Gist options
  • Save doapp-ryanp/0462f12ff8d715a600cb to your computer and use it in GitHub Desktop.
Save doapp-ryanp/0462f12ff8d715a600cb to your computer and use it in GitHub Desktop.
{
"generated": "2015-12-17T20:38:13.837Z",
"server": "lambda",
"version": "md5OfAllItemVersions",
"items" : [
{
"title" : "This is a Normal Push Title",
"pubDateEpocMs" : 12345678,
"...":"",
"priority": 0,
"endDisplay" : "2015-06-03T16:11:58+00:00", "__endDisplay" : "optional. default: No end",
"style" : "normal", "__style" : "Options: 'normal' (default), 'important' (orange), 'warning' (red)",
"version": "md5OfEntireItemObj",
"type": "news"
},
{
"title" : "Tornado Watch Push Example Title",
"...":"",
"priority": 0,
"endDisplay" : "2015-06-03T16:11:58+00:00",
"style" : "important",
"version": "md5OfEntireItemObj",
"type": "wx"
},
{
"title" : "Wind Warning Push Example Title",
"...":"",
"priority": 0,
"endDisplay" : "2015-06-03T16:11:58+00:00",
"style" : "normal",
"version": "md5OfEntireItemObj",
"type": "wx"
},
{
"title" : "Sports Push Example Title -- NOT SUPPORTED THIS VERSION",
"...":"",
"priority": 0,
"endDisplay" : "2015-06-03T16:11:58+00:00",
"style" : "normal",
"version": "md5OfEntireItemObj",
"type": "TBD"
}
]
}
@doapp-ryanp
Copy link
Author

Things after ... are new

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment