Roku · JSON Structure

Nabu Cloud Group Out Structure

GroupOut schema from Roku Nabu Cloud

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

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

Properties

id 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-out-structure.json",
  "name": "GroupOut",
  "description": "GroupOut schema from Roku Nabu Cloud",
  "type": "object",
  "properties": {
    "id": {
      "type": "int32",
      "title": "Id"
    },
    "name": {
      "type": "string",
      "maxLength": 255,
      "minLength": 3,
      "title": "Name",
      "description": "The name of the group. Unique in the organisation"
    }
  },
  "required": [
    "id",
    "name"
  ]
}