{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "GroupUpdateRequest", "type": "object", "properties": { "displayName": { "type": "string" }, "description": { "type": "string" }, "mailNickname": { "type": "string" }, "visibility": { "type": "string" }, "classification": { "type": "string" } } }