Skip to content

Instantly share code, notes, and snippets.

@austinpray
Last active August 29, 2015 14:03
Show Gist options
  • Save austinpray/1bd3794dfc7f52c56acb to your computer and use it in GitHub Desktop.
Save austinpray/1bd3794dfc7f52c56acb to your computer and use it in GitHub Desktop.
ryan schema
{
"districts": [
{
"objectType": "district",
"code": "RISD",
"alert": false,
"servers": [
{
"objectType": "server",
"errors": 999,
"type": "pd"
},
{
"objectType": "server",
"errors": 1,
"type": "tr"
}
]
}
],
"totalItems": 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment