@forwardimpact/map 0.15.4 → 0.15.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -95,6 +95,14 @@
|
|
|
95
95
|
"roleSummary": {
|
|
96
96
|
"type": "string",
|
|
97
97
|
"description": "Role summary for this discipline. May use {roleTitle} or {specialization} placeholder."
|
|
98
|
+
},
|
|
99
|
+
"professionalRoleSummary": {
|
|
100
|
+
"type": "string",
|
|
101
|
+
"description": "Role summary for professional (IC) roles. May use {roleTitle}, {roleName}, or {specialization} placeholder."
|
|
102
|
+
},
|
|
103
|
+
"managementRoleSummary": {
|
|
104
|
+
"type": "string",
|
|
105
|
+
"description": "Role summary for management roles. May use {roleTitle}, {roleName}, or {specialization} placeholder."
|
|
98
106
|
}
|
|
99
107
|
},
|
|
100
108
|
"additionalProperties": false
|