{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "job", "type": "object", "properties": { "companyCity": { "type": "string" }, "companyId": { "type": "string" }, "companyName": { "type": "string" }, "jobEndDate": { "type": "string" }, "jobFunctionCode": { "type": "string" }, "jobFunctionName": { "type": "string" }, "jobStartDate": { "type": "string" }, "jobTitle": { "type": "string" }, "personId": { "type": "string" }, "requestId": { "type": "string" } } }