If the group contains OIDC or database users.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GroupType", "title": "GroupType", "type": "string", "description": "If the group contains OIDC or database users.", "enum": [ "oidc" ] }