Skip to content

Instantly share code, notes, and snippets.

@dwburns
Created October 6, 2014 12:06
Show Gist options
  • Save dwburns/74191452afd4032c9c50 to your computer and use it in GitHub Desktop.
Save dwburns/74191452afd4032c9c50 to your computer and use it in GitHub Desktop.
Alerts JSON
{
"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