7digital · Schema

DownloadUrl

DownloadUrl schema from 7digital API

MusicStreamingLicensingCatalogueB2BRoyalty ReportingPublic APIs

Properties

Name Type Description
url string
expiresAt string
View JSON Schema on GitHub

JSON Schema

streaming-platform-download-url-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/7digital/refs/heads/main/json-schema/streaming-platform-download-url-schema.json",
  "title": "DownloadUrl",
  "description": "DownloadUrl schema from 7digital API",
  "type": "object",
  "properties": {
    "url": {
      "type": "string",
      "format": "uri",
      "example": "https://download.7digital.com/abc123"
    },
    "expiresAt": {
      "type": "string",
      "format": "date-time",
      "example": "2026-05-28T16:30:00Z"
    }
  }
}