Roku · JSON Structure

Nabu Cloud Ice Server Structure

IceServer schema from Roku Nabu Cloud

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

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

Properties

urls username credential

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-ice-server-structure.json",
  "name": "IceServer",
  "description": "IceServer schema from Roku Nabu Cloud",
  "type": "object",
  "properties": {
    "urls": {
      "items": {
        "type": "string"
      },
      "type": "array",
      "title": "Urls"
    },
    "username": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Username"
    },
    "credential": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Credential"
    }
  },
  "required": [
    "urls"
  ]
}