{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AttachmentTypeEnum", "title": "AttachmentTypeEnum", "type": "string", "enum": [ "RESUME", "COVER_LETTER", "OFFER_LETTER", "OTHER" ] }