{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/roku/refs/heads/main/json-schema/nabu-cloud-group-role-out-schema.json", "title": "GroupRoleOut", "description": "GroupRoleOut schema from Roku Nabu Cloud", "type": "object", "properties": { "group_role_id": { "type": "integer", "title": "Group Role Id" }, "name": { "type": "string", "title": "Name" }, "permissions": { "items": { "type": "string" }, "type": "array", "title": "Permissions" } }, "required": [ "group_role_id", "name", "permissions" ] }