7digital · JSON Structure

Streaming Platform Batch Release Request Structure

BatchReleaseRequest schema from 7digital API

Type: object Properties: 2 Required: 1
MusicStreamingLicensingCatalogueB2BRoyalty ReportingPublic APIs

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

Properties

releaseIds showErrors

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-batch-release-request-structure.json",
  "name": "BatchReleaseRequest",
  "description": "BatchReleaseRequest schema from 7digital API",
  "properties": {
    "releaseIds": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "example": [
        "11700062",
        "11700063"
      ]
    },
    "showErrors": {
      "type": "boolean",
      "example": true
    }
  },
  "required": [
    "releaseIds"
  ]
}