Merge · Schema

GroupTypeEnum

IntegrationsPlatformUnified APIAgent HandlerLLM Gateway
View JSON Schema on GitHub

JSON Schema

merge-grouptypeenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GroupTypeEnum",
  "title": "GroupTypeEnum",
  "type": "string",
  "enum": [
    "TEAM",
    "DEPARTMENT",
    "COST_CENTER",
    "BUSINESS_UNIT",
    "GROUP"
  ]
}