{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/groups_typesList_Response_200", "title": "groups_typesList_Response_200", "type": "object", "properties": { "types": { "type": "array", "items": { "type": "string" }, "description": "List of distinct group types" } } }