Roku · Schema

GroupUpdate

GroupUpdate schema from Roku Nabu Cloud

StreamingTelevisionMediaEntertainmentConnected TVConsumer Electronics

Properties

Name Type Description
name string The name of the group. Unique in the organisation
View JSON Schema on GitHub

JSON Schema

nabu-cloud-group-update-schema.json Raw ↑
{
  "$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-update-schema.json",
  "title": "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"
  ]
}