{ "type": "object", "description": "Request body for creating or updating a group.", "name": "GroupCreateRequest", "properties": { "name": { "type": "string", "description": "The display name of the group." }, "description": { "type": "string", "description": "An optional description of the group's purpose or access scope." } }, "required": [ "name" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }