{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "EmployeeUpdate", "type": "object", "properties": { "effectiveDate": { "type": "string" }, "dateTrackUpdateMode": { "type": "string" }, "title": { "type": "string" }, "firstName": { "type": "string" }, "middleNames": { "type": "string" }, "lastName": { "type": "string" }, "knownAs": { "type": "string" }, "emailAddress": { "type": "string" }, "maritalStatus": { "type": "string" } } }