{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/EmploymentTypeEnum", "title": "EmploymentTypeEnum", "type": "string", "enum": [ "FULL_TIME", "PART_TIME", "INTERN", "CONTRACTOR", "FREELANCE" ] }