{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AtsCandidateExperience", "title": "AtsCandidateExperience", "properties": { "company_name": { "type": "string" }, "end_at": { "format": "date-time", "type": "string" }, "start_at": { "format": "date-time", "type": "string" }, "title": { "type": "string" } }, "type": "object" }