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