{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "JobHistoryEntry", "type": "object", "properties": { "id": { "type": "string" }, "company": { "type": "string" }, "jobTitle": { "type": "string" }, "startDate": { "type": "string" }, "endDate": { "type": "string" }, "description": { "type": "string" } } }