Added employee-type

pull/193/head
kx499 2017-12-03 21:39:23 -05:00
parent 8b8ffaea17
commit 01df8c715e
1 changed files with 13 additions and 0 deletions

View File

@ -38,6 +38,19 @@
"description": "the organizational business unit associated with the employee",
"ui-priority": 0,
"misp-attribute": "target-org"
},
"employee-type": {
"description": "type of employee",
"ui-priority": 0,
"misp-attribute": "text",
"values_list": [
"Mid-Level Manager",
"Senior Manager",
"Non-Manager",
"Supervisor",
"First-Line Manager",
"Director"
]
}
},
"version": 1,