Properties
| Name | Type | Description |
|---|---|---|
| itemID | string | |
| primaryIndicator | boolean | |
| hireDate | string | |
| assignmentStatus | object | |
| positionID | string | |
| jobCode | object | |
| jobTitle | string | |
| standardHours | object | |
| annualBaseRemuneration | object | |
| homeOrganizationalUnits | array |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "WorkAssignment",
"type": "object",
"properties": {
"itemID": {
"type": "string"
},
"primaryIndicator": {
"type": "boolean"
},
"hireDate": {
"type": "string"
},
"assignmentStatus": {
"type": "object"
},
"positionID": {
"type": "string"
},
"jobCode": {
"type": "object"
},
"jobTitle": {
"type": "string"
},
"standardHours": {
"type": "object"
},
"annualBaseRemuneration": {
"type": "object"
},
"homeOrganizationalUnits": {
"type": "array"
}
}
}