Merge · Schema

AttachmentTypeEnum

IntegrationsPlatformUnified APIAgent HandlerLLM Gateway
View JSON Schema on GitHub

JSON Schema

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