{ "$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-create-schema.json", "title": "GroupCreate", "description": "GroupCreate 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" ] }