Last active
March 25, 2020 19:37
-
-
Save mford22392/68a8dfbf638e531d356e8def271c28a5 to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"data": { | |
"portal_data": { | |
"error": "Service unavailable." | |
}, | |
"eligibility_data": { | |
"error": "Service unavailable", | |
"eligible": null, | |
"eligibilityCriteria": [] | |
}, | |
"catalog_data": { | |
"error": "Service unavailable." | |
}, | |
"application_data": {}, | |
"enrollment_data": {} | |
}, | |
"weights": [ | |
{ | |
"key": "next_step", | |
"weight": 100, | |
"children": [ | |
{ | |
"key": "quiz", | |
"weight": 0, | |
"children": null | |
}, | |
{ | |
"key": "quiz_recommendations", | |
"weight": 0, | |
"children": null | |
}, | |
{ | |
"key": "coach_recommendations", | |
"weight": 0, | |
"children": null | |
}, | |
{ | |
"key": "bookmarks", | |
"weight": 0, | |
"children": null | |
}, | |
{ | |
"key": "contact", | |
"weight": 40, | |
"children": null | |
}, | |
{ | |
"key": "reimbursement", | |
"weight": 30, | |
"children": null | |
}, | |
{ | |
"key": "finish_application_cta", | |
"weight": 0, | |
"children": null | |
}, | |
{ | |
"key": "completed_application", | |
"weight": 0, | |
"children": null | |
} | |
] | |
}, | |
{ | |
"key": "accordions", | |
"weight": 100, | |
"children": [ | |
{ | |
"key": "programs_and_applications", | |
"weight": 100, | |
"children": [ | |
{ | |
"key": "applications", | |
"weight": null, | |
"children": [ | |
{ | |
"key": "970", | |
"weight": 100, | |
"children": null | |
}, | |
{ | |
"key": "123", | |
"weight": 10, | |
"children": null | |
}, | |
{ | |
"key": "321", | |
"weight": 0, | |
"children": null | |
} | |
] | |
}, | |
{ | |
"key": "explore", | |
"children": [ | |
{ | |
"key": "find_programs", | |
"weight": 100, | |
"children": null | |
}, | |
{ | |
"key": "view_programs", | |
"weight": 100, | |
"children": null | |
}, | |
{ | |
"key": "view_bookmarks", | |
"weight": 100, | |
"children": null | |
} | |
] | |
}, | |
{ | |
"key": "bookmarks", | |
"children": [ | |
{ | |
"key": "970", | |
"weight": 100, | |
"children": null | |
}, | |
{ | |
"key": "123", | |
"weight": 10, | |
"children": null | |
} | |
] | |
} | |
] | |
}, | |
{ | |
"key": "funding", | |
"weight": 100, | |
"children": [ | |
{ | |
"key": "eligibility", | |
"weight": 100, | |
"children": null | |
}, | |
{ | |
"key": "tuition_assistance", | |
"weight": 100, | |
"children": null | |
}, | |
{ | |
"key": "reimbursement", | |
"weight": 100, | |
"children": null | |
}, | |
{ | |
"key": "vouchers", | |
"weight": 100, | |
"children": null | |
}, | |
{ | |
"key": "qualifications", | |
"weight": 100, | |
"children": null | |
} | |
] | |
}, | |
{ | |
"key": "resources", | |
"weight": 100, | |
"children": [ | |
{ | |
"key": "blog", | |
"weight": 10, | |
"children": null | |
}, | |
{ | |
"key": "overview", | |
"weight": 1, | |
"children": null | |
} | |
] | |
} | |
] | |
}, | |
{ | |
"key": "right_sidebar", | |
"weight": 100, | |
"children": [ | |
{ | |
"key": "eligibility", | |
"weight": 10, | |
"children": null | |
}, | |
{ | |
"key": "contact", | |
"weight": 1, | |
"children": null | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment