{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "JobChangeRequest", "type": "object", "properties": { "effectiveDate": { "type": "string", "description": "The effective date of the job change." }, "proposedBusinessTitle": { "type": "string" } } }