{ "additionalProperties": false, "description": "List of same type members to either add or remove from a group.", "id": "GroupMemberList", "module_id": "Policy", "properties": { "members": { "description": "This array contains group members of similar types.", "items": { "type": "string" }, "maxItems": 4000, "minItems": 1, "required": true, "title": "Groups members collection", "type": "array" } }, "title": "Members to add or remove for a Group.", "type": "object" }