7digital · JSON Structure

Api Editorial List Response Structure

EditorialListResponse schema from 7digital API

Type: object Properties: 2
MusicStreamingLicensingCatalogueB2BRoyalty ReportingPublic APIs

EditorialListResponse 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 editorial

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/api-editorial-list-response-structure.json",
  "name": "EditorialListResponse",
  "description": "EditorialListResponse schema from 7digital API",
  "properties": {
    "status": {
      "type": "string",
      "example": "ok"
    },
    "editorial": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "type": {
            "type": "string",
            "enum": [
              "feature",
              "banner",
              "slot"
            ],
            "example": "feature"
          },
          "id": {
            "type": "string",
            "example": "editorial-789012"
          },
          "name": {
            "type": "string",
            "example": "New Releases This Week"
          },
          "description": {
            "type": "string",
            "example": "Our pick of the freshest releases this week."
          },
          "url": {
            "type": "uri",
            "example": "https://uk.7digital.com/editorial/new-releases-this-week"
          },
          "image": {
            "type": "uri",
            "example": "https://artwork-cdn.7static.com/static/img/editorial/789012.jpg"
          }
        }
      }
    }
  }
}