{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "JobChange", "type": "object", "properties": { "id": { "type": "string" }, "descriptor": { "type": "string" }, "effectiveDate": { "type": "string" } } }