UNCLASSIFIED - NO CUI

Update Home authored by Luke Hitch's avatar Luke Hitch
......@@ -66,10 +66,26 @@ Field Information
- "trn-rel-link-urls": urls for training repositories
- "evl-rel-link-urls": urls for eval repositories
- "follow-ons": list of WR_SPEC_IDs that can happen next
- "courses": a list of course names and links to those courses that must be completed to obtain this work role
- "lessons": a list of lessons in this course along with a link to the lesson
```json
{
"WR_SPEC_ID": {
"courses":[
{
"name": "COURSE_NAME",
"url": "http://course.url.com/course"
"lessons": [
{
"name": "LESSON 1",
"url": "lesson.url.com"
},
...
]
},
...
],
"trn-rel-link-urls": [],
"evl-rel-link-urls": [],
"follow-ons": [
......
......