Roku · JSON Structure

Nabu Cloud Group Update Structure

GroupUpdate schema from Roku Nabu Cloud

Type: object Properties: 1 Required: 1
StreamingTelevisionMediaEntertainmentConnected TVConsumer Electronics

GroupUpdate is a JSON Structure definition published by Roku, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

name

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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"
  ]
}