UNCLASSIFIED - NO CUI
This project is archived. Its data is
read-only
.
Changes
Page history
Update Home
authored
May 19, 2020
by
Jason Thomas
Show whitespace changes
Inline
Side-by-side
Home.md
View page @
7bf148ef
...
...
@@ -141,8 +141,9 @@ Field information
-
"eval": this is a list of evaluation questions, proficiency of specified questions, domain the eval is located on, and a link to the eval question study material that relate to the requirement description
```
json
[
{
"KSAT_ID"
:
{
"_id"
:
"KSAT_ID"
,
"description"
:
""
,
"parents"
:
[],
"topic"
:
""
,
...
...
@@ -170,16 +171,22 @@ Field information
...
],
"work-roles"
:
{
"WR_SPEC_ID"
:
"PROF_ID"
,
{
"_id"
:
"WR_SPEC_ID"
,
"proficiency"
:
"PROF_ID"
,
},
...
},
"specializations"
:
{
"WR_SPEC_ID"
:
"PROF_ID"
,
{
"_id"
:
"WR_SPEC_ID"
,
"proficiency"
:
"PROF_ID"
,
},
...
}
},
...
}
]
```
## WORK-ROLES and SPECIALIZATIONS JSON Files
...
...
...
...