{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "JobApplication", "type": "object", "properties": { "id": { "type": "string" }, "descriptor": { "type": "string" }, "status": { "type": "string", "description": "The application status (e.g., In Progress, Offer, Hired, Rejected)." }, "appliedOn": { "type": "string" }, "hiredOn": { "type": "string" } } }