UNCLASSIFIED - NO CUI

Update Home authored by Jason Thomas's avatar Jason Thomas
......@@ -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
......
......