Merge · Schema

EmployeesGetParametersRemoteFields

IntegrationsPlatformUnified APIAgent HandlerLLM Gateway
View JSON Schema on GitHub

JSON Schema

merge-employeesgetparametersremotefields-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EmployeesGetParametersRemoteFields",
  "title": "EmployeesGetParametersRemoteFields",
  "type": "string",
  "enum": [
    "employment_status",
    "employment_status,ethnicity",
    "employment_status,ethnicity,gender",
    "employment_status,ethnicity,gender,marital_status",
    "employment_status,ethnicity,marital_status",
    "employment_status,gender",
    "employment_status,gender,marital_status",
    "employment_status,marital_status",
    "ethnicity",
    "ethnicity,gender",
    "ethnicity,gender,marital_status",
    "ethnicity,marital_status",
    "gender",
    "gender,marital_status",
    "marital_status"
  ]
}