Roku · JSON Structure

Nabu Cloud Project Group Update Structure

ProjectGroupUpdate schema from Roku Nabu Cloud

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

ProjectGroupUpdate 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

project_role_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-project-group-update-structure.json",
  "name": "ProjectGroupUpdate",
  "description": "ProjectGroupUpdate schema from Roku Nabu Cloud",
  "type": "object",
  "properties": {
    "project_role_id": {
      "type": "int32",
      "title": "Project Role Id"
    }
  },
  "required": [
    "project_role_id"
  ]
}