7digital · JSON Structure

Streaming Platform Update Playlist Request Structure

UpdatePlaylistRequest schema from 7digital API

Type: object Properties: 3
MusicStreamingLicensingCatalogueB2BRoyalty ReportingPublic APIs

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

Properties

name description visibility

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-update-playlist-request-structure.json",
  "name": "UpdatePlaylistRequest",
  "description": "UpdatePlaylistRequest schema from 7digital API",
  "properties": {
    "name": {
      "type": "string",
      "example": "Morning Run"
    },
    "description": {
      "type": "string",
      "maxLength": 500,
      "example": "High-energy tracks for early-morning runs."
    },
    "visibility": {
      "type": "string",
      "enum": [
        "private",
        "public"
      ],
      "example": "public"
    }
  }
}