Skip to content

Instantly share code, notes, and snippets.

@oravecz
Last active August 29, 2015 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oravecz/303cbad461c7a5e6b364 to your computer and use it in GitHub Desktop.
Save oravecz/303cbad461c7a5e6b364 to your computer and use it in GitHub Desktop.
{
"districts": [{
"sync": <boolean>,
"districtCEDId": <string>,
"districtENGId": <number|null>,
"districtName": <string>,
"schools": [{
"sync": <boolean>,
"schoolCEDId": <string>,
"schoolENGId": <number|null>,
"schoolName": <string>,
"courses": [{
"sync": <boolean>,
"courseCEDId": <string>,
"programCEDId": <string>
}],
"classes": [{
"sync": <boolean>,
"classCEDId": <string>,
"classENGId": <number|null>,
"className": <string>,
"gradingPeriod": <string>,
"teachers": [{
"sync": <boolean>,
"userCEDId": <string>,
"userENGId": <number|null>,
"userName": <string>
}],
"roster": [{
"sync": <boolean>,
"userCEDId": <string>,
"userENGId": <number|null>,
"userName": <string>
}],
"groups": [{
"sync": <boolean>,
"groupName": <string>,
"members": [ <userCEDId> ]
}]
}]
}]
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment