Merge · Schema

ScreeningQuestionTypeEnum

IntegrationsPlatformUnified APIAgent HandlerLLM Gateway
View JSON Schema on GitHub

JSON Schema

merge-screeningquestiontypeenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ScreeningQuestionTypeEnum",
  "title": "ScreeningQuestionTypeEnum",
  "type": "string",
  "enum": [
    "DATE",
    "FILE",
    "SINGLE_SELECT",
    "MULTI_SELECT",
    "SINGLE_LINE_TEXT",
    "MULTI_LINE_TEXT",
    "NUMERIC",
    "BOOLEAN"
  ]
}