Roku · JSON Structure

Nabu Cloud Project Group Out Structure

ProjectGroupOut schema from Roku Nabu Cloud

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

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

Properties

group_id group_name project_role_id project_role_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-project-group-out-structure.json",
  "name": "ProjectGroupOut",
  "description": "ProjectGroupOut schema from Roku Nabu Cloud",
  "type": "object",
  "properties": {
    "group_id": {
      "type": "int32",
      "title": "Group Id"
    },
    "group_name": {
      "type": "string",
      "title": "Group Name"
    },
    "project_role_id": {
      "type": "int32",
      "title": "Project Role Id"
    },
    "project_role_name": {
      "type": "string",
      "title": "Project Role Name"
    }
  },
  "required": [
    "group_id",
    "group_name",
    "project_role_id",
    "project_role_name"
  ]
}