Roku · JSON Structure

Nabu Cloud Personal Access Token Refresh Structure

PersonalAccessTokenRefresh schema from Roku Nabu Cloud

Type: object Properties: 1
StreamingTelevisionMediaEntertainmentConnected TVConsumer Electronics

PersonalAccessTokenRefresh is a JSON Structure definition published by Roku, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

expires_in_days

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-personal-access-token-refresh-structure.json",
  "name": "PersonalAccessTokenRefresh",
  "description": "PersonalAccessTokenRefresh schema from Roku Nabu Cloud",
  "type": "object",
  "properties": {
    "expires_in_days": {
      "type": "int32",
      "maximum": 365,
      "minimum": 1,
      "title": "Expires In Days",
      "description": "Number of days until the token expires (1-365 days)",
      "default": 30
    }
  }
}