7digital · JSON Structure

Streaming Platform Usage Type List Response Structure

UsageTypeListResponse schema from 7digital API

Type: object Properties: 2
MusicStreamingLicensingCatalogueB2BRoyalty ReportingPublic APIs

UsageTypeListResponse 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

status usageTypes

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-usage-type-list-response-structure.json",
  "name": "UsageTypeListResponse",
  "description": "UsageTypeListResponse schema from 7digital API",
  "properties": {
    "status": {
      "type": "string",
      "example": "ok"
    },
    "usageTypes": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "example": "subscription-streaming"
          },
          "name": {
            "type": "string",
            "example": "Subscription Streaming"
          },
          "description": {
            "type": "string",
            "example": "Streaming to subscribers in interactive playback."
          }
        }
      }
    }
  }
}