{ "$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" } } }