Created
October 6, 2014 12:06
-
-
Save dwburns/74191452afd4032c9c50 to your computer and use it in GitHub Desktop.
Alerts JSON
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
{ | |
"alerts": [ | |
{ | |
"id": "12345", | |
"title": "Test Subject", | |
"description": "This is a test text body", | |
"line": "B", | |
"stations": [ | |
"A19", | |
"A20" | |
], | |
"created": "2014-09-30T18:58:45+00:00", | |
"expires": "2014-09-30T20:58:45+00:00" | |
}, | |
{ | |
"id": "12345", | |
"title": "Test Subject", | |
"description": "This is a test text body", | |
"line": "D", | |
"stations": [ | |
"B12", | |
"B13", | |
"B14" | |
], | |
"created": "2014-09-30T18:58:45+00:00", | |
"expires": "2014-09-30T20:58:45+00:00" | |
}, | |
{ | |
"id": "12345", | |
"title": "Test Subject", | |
"description": "This is a test text body", | |
"line": "F", | |
"stations": [ | |
"F31", | |
"F32", | |
"F33", | |
"F34" | |
], | |
"created": "2014-09-30T18:58:45+00:00", | |
"expires": "2014-09-30T20:58:45+00:00" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment