UNCLASSIFIED - NO CUI
Skip to content
GitLab
Explore
Sign in
This project is archived. Its data is
read-only
.
Changes
Page history
Update Home
authored
Jun 11, 2020
by
Luke Hitch
Show whitespace changes
Inline
Side-by-side
Home.md
View page @
d344da7b
...
@@ -66,10 +66,26 @@ Field Information
...
@@ -66,10 +66,26 @@ Field Information
-
"trn-rel-link-urls": urls for training repositories
-
"trn-rel-link-urls": urls for training repositories
-
"evl-rel-link-urls": urls for eval repositories
-
"evl-rel-link-urls": urls for eval repositories
-
"follow-ons": list of WR_SPEC_IDs that can happen next
-
"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
```
json
{
{
"WR_SPEC_ID"
:
{
"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"
:
[],
"trn-rel-link-urls"
:
[],
"evl-rel-link-urls"
:
[],
"evl-rel-link-urls"
:
[],
"follow-ons"
:
[
"follow-ons"
:
[
...
...