Roku · JSON Structure

Nabu Cloud Group Role Out Structure

GroupRoleOut schema from Roku Nabu Cloud

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

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

Properties

group_role_id name permissions

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-role-out-structure.json",
  "name": "GroupRoleOut",
  "description": "GroupRoleOut schema from Roku Nabu Cloud",
  "type": "object",
  "properties": {
    "group_role_id": {
      "type": "int32",
      "title": "Group Role Id"
    },
    "name": {
      "type": "string",
      "title": "Name"
    },
    "permissions": {
      "items": {
        "type": "string"
      },
      "type": "array",
      "title": "Permissions"
    }
  },
  "required": [
    "group_role_id",
    "name",
    "permissions"
  ]
}