7digital · JSON Structure

Streaming Platform Download Url Structure

DownloadUrl schema from 7digital API

Type: object Properties: 2
MusicStreamingLicensingCatalogueB2BRoyalty ReportingPublic APIs

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

Properties

url expiresAt

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-download-url-structure.json",
  "name": "DownloadUrl",
  "description": "DownloadUrl schema from 7digital API",
  "properties": {
    "url": {
      "type": "uri",
      "example": "https://download.7digital.com/abc123"
    },
    "expiresAt": {
      "type": "datetime",
      "example": "2026-05-28T16:30:00Z"
    }
  }
}