Roku · Schema

ProjectGroupAdd

ProjectGroupAdd schema from Roku Nabu Cloud

StreamingTelevisionMediaEntertainmentConnected TVConsumer Electronics

Properties

Name Type Description
group_id integer
project_role_id integer
View JSON Schema on GitHub

JSON Schema

nabu-cloud-project-group-add-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/roku/refs/heads/main/json-schema/nabu-cloud-project-group-add-schema.json",
  "title": "ProjectGroupAdd",
  "description": "ProjectGroupAdd schema from Roku Nabu Cloud",
  "type": "object",
  "properties": {
    "group_id": {
      "type": "integer",
      "title": "Group Id"
    },
    "project_role_id": {
      "type": "integer",
      "title": "Project Role Id"
    }
  },
  "required": [
    "group_id",
    "project_role_id"
  ]
}