{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "WorkerSummary", "type": "object", "properties": { "id": { "type": "string" }, "descriptor": { "type": "string" }, "href": { "type": "string" }, "primaryWorkEmail": { "type": "string" }, "primaryWorkPhone": { "type": "string" }, "isPrimaryJob": { "type": "boolean" }, "businessTitle": { "type": "string" } } }