{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Worker", "type": "object", "properties": { "id": { "type": "string" }, "descriptor": { "type": "string" }, "workerID": { "type": "string" }, "primaryWorkEmail": { "type": "string" }, "primaryWorkPhone": { "type": "string" }, "businessTitle": { "type": "string" }, "hireDate": { "type": "string" }, "terminationDate": { "type": "string" }, "isManager": { "type": "boolean" }, "externalID": { "type": "string" } } }