7digital · JSON Structure

Api Tag Structure

A genre/tag label.

Type: object Properties: 3
MusicStreamingLicensingCatalogueB2BRoyalty ReportingPublic APIs

Tag 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

id name parentId

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-tag-structure.json",
  "name": "Tag",
  "description": "A genre/tag label.",
  "properties": {
    "id": {
      "type": "string",
      "example": "rock"
    },
    "name": {
      "type": "string",
      "example": "Rock"
    },
    "parentId": {
      "type": "string",
      "nullable": true,
      "example": null
    }
  }
}