Merge · Schema

RequestTypeEnum

IntegrationsPlatformUnified APIAgent HandlerLLM Gateway
View JSON Schema on GitHub

JSON Schema

merge-requesttypeenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RequestTypeEnum",
  "title": "RequestTypeEnum",
  "type": "string",
  "enum": [
    "VACATION",
    "SICK",
    "PERSONAL",
    "JURY_DUTY",
    "VOLUNTEER",
    "BEREAVEMENT"
  ]
}