{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/roku/refs/heads/main/json-structure/nabu-cloud-group-update-structure.json", "name": "GroupUpdate", "description": "GroupUpdate schema from Roku Nabu Cloud", "type": "object", "properties": { "name": { "type": "string", "maxLength": 255, "minLength": 3, "title": "Name", "description": "The name of the group. Unique in the organisation" } }, "required": [ "name" ] }