7digital · JSON Structure

Streaming Platform Radio Session Structure

RadioSession schema from 7digital API

Type: object Properties: 5
MusicStreamingLicensingCatalogueB2BRoyalty ReportingPublic APIs

RadioSession is a JSON Structure definition published by 7digital, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

sessionId userId ruleset skipsRemaining createdAt

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/7digital/refs/heads/main/json-structure/streaming-platform-radio-session-structure.json",
  "name": "RadioSession",
  "description": "RadioSession schema from 7digital API",
  "properties": {
    "sessionId": {
      "type": "uuid",
      "example": "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
    },
    "userId": {
      "type": "string",
      "example": "500123"
    },
    "ruleset": {
      "type": "string",
      "enum": [
        "dmca",
        "gvl",
        "custom"
      ],
      "example": "dmca"
    },
    "skipsRemaining": {
      "type": "int32",
      "example": 6
    },
    "createdAt": {
      "type": "datetime",
      "example": "2026-05-28T14:30:00Z"
    }
  }
}