/Push filters.json Secret
Last active
February 19, 2016 17:37
-
-
Save doapp-ryanp/0462f12ff8d715a600cb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Things after
...
are new