ProposalExternalInfo¶
Example Json Object
1{
2 "proposal": {
3 "proposalId": 0,
4 "title": "string",
5 "state": "string",
6 "stateModifiedBy": {
7 "userId": "string",
8 "userName": "string",
9 "positionRole": "string"
10 },
11 "stateModifiedDate": "string"
12 },
13 "participants": {
14 "property1": [
15 {
16 "userId": "string",
17 "userName": "string",
18 "positionRole": "string"
19 }
20 ],
21 "property2": [
22 {
23 "userId": "string",
24 "userName": "string",
25 "positionRole": "string"
26 }
27 ]
28 }
29}
📄 Description: The ProposalExternalInfo schema represents essential information related to workforce planning proposals, encompassing details about employees and organizational context. This object facilitates the effective management and evaluation of proposals within the broader workforce planning framework.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
proposal |
false |
none |
Value for proposal field |
|
participants |
object |
false |
none |
Object containing participants details |
» additionalProperties |
false |
none |
[Data transfer object representing a user within the workforce planning domain, encompassing details related to employee roles, organizational affiliation, and contributions to workforce plans.] |