{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/api-evangelist/nuix/refs/heads/main/json-schema/nuix-ecc-creategrouprequest.json", "title": "createGroupRequest", "description": "Schema for createGroupRequest in Nuix ECC REST API", "type": "object", "properties": { "groupName": { "type": "string", "description": "name of the group to be created" }, "description": { "type": "string", "description": "description of the group to be created" } } }