@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forwardimpact/map",
3
- "version": "0.15.4",
3
+ "version": "0.15.5",
4
4
  "description": "Public data model for career frameworks, consumed by AI agents and engineers",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -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