Skip to content

Instantly share code, notes, and snippets.

@riccjohn
Created August 22, 2022 19:04
Show Gist options
  • Save riccjohn/709dcce80cf4bb8d6583eb32e1694aef to your computer and use it in GitHub Desktop.
Save riccjohn/709dcce80cf4bb8d6583eb32e1694aef to your computer and use it in GitHub Desktop.
{
"user": {
"username": "username",
"email": "email@email.com",
"school_ids": [1],
"roles": "partner"
},
"school": {
"id": 123,
"name": "School Name",
"slug": "school-name",
"programs": [
{
"id": 123,
"name": "Program Name",
"slug": "program-name",
"next_term_start_date": "date-obj",
"type": "masters",
"milestones": [
{
"name": "applications-started",
"value": 100
},
{
"name": "accepted-applicants",
"value": 50
},
{
"name": "attending",
"value": 45
}
]
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment