UNCLASSIFIED - NO CUI

Update Home authored by Jason Thomas's avatar Jason Thomas
...@@ -141,8 +141,9 @@ Field information ...@@ -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 - "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 ```json
[
{ {
"KSAT_ID": { "_id": "KSAT_ID",
"description": "", "description": "",
"parents": [], "parents": [],
"topic": "", "topic": "",
...@@ -170,16 +171,22 @@ Field information ...@@ -170,16 +171,22 @@ Field information
... ...
], ],
"work-roles": { "work-roles": {
"WR_SPEC_ID": "PROF_ID", {
"_id": "WR_SPEC_ID",
"proficiency": "PROF_ID",
},
... ...
}, },
"specializations": { "specializations": {
"WR_SPEC_ID": "PROF_ID", {
"_id": "WR_SPEC_ID",
"proficiency": "PROF_ID",
},
... ...
} }
}, },
... ...
} ]
``` ```
## WORK-ROLES and SPECIALIZATIONS JSON Files ## WORK-ROLES and SPECIALIZATIONS JSON Files
... ...
......