Roku · JSON Structure

Nabu Cloud Group Add Member Structure

GroupAddMember schema from Roku Nabu Cloud

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

GroupAddMember 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

group_role_id user_id

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-add-member-structure.json",
  "name": "GroupAddMember",
  "description": "GroupAddMember schema from Roku Nabu Cloud",
  "type": "object",
  "properties": {
    "group_role_id": {
      "type": "int32",
      "title": "Group Role Id"
    },
    "user_id": {
      "type": "uuid",
      "title": "User Id"
    }
  },
  "required": [
    "group_role_id",
    "user_id"
  ]
}