{ "$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" ] }