ch.indiemusi.alpha.song

lexicon.store View official

Documentation

A song or musical work: the melody, lyrics, and arrangement created by composers and authors

main record

A song or musical work: the melody, lyrics, and arrangement created by composers and authors

Record Key tid Timestamp-based ID

Properties

interestedParties array of ref #interestedParty Required

List of interested parties (authors, composers, publishers) associated with this song

minLength: 1 items
iswc string Optional

ISWC (International Standard Musical Work Code) with which the song is registered at a collecting society

maxLength: 13 bytes
title string Required

No description available.

maxLength: 255 bytes
View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "title",
      "interestedParties"
    ],
    "properties": {
      "iswc": {
        "type": "string",
        "maxLength": 13,
        "description": "ISWC (International Standard Musical Work Code) with which the song is registered at a collecting society"
      },
      "title": {
        "type": "string",
        "maxLength": 255
      },
      "interestedParties": {
        "type": "array",
        "items": {
          "ref": "#interestedParty",
          "type": "ref"
        },
        "minLength": 1,
        "description": "List of interested parties (authors, composers, publishers) associated with this song"
      }
    }
  },
  "description": "A song or musical work: the melody, lyrics, and arrangement created by composers and authors"
}
interestedParty object

An interested party associated with the song (author, composer, publisher)

Properties

collectingSociety string Optional

No description available.

maxLength: 255 bytes
did string did Optional

A decentralized identifier (DID).

ipi string Optional

No description available.

maxLength: 11 bytes
mechanicalRoyaltiesPercentage integer Optional

Percentage of mechanical royalties allocated to this interested party, 10000 = 100%

name string Optional

No description available.

maxLength: 255 bytes
performanceRoyaltiesPercentage integer Optional

Percentage of performance royalties allocated to this interested party, 10000 = 100%

role string Optional

Role of the interested party (e.g., 'author', 'composer', 'publisher')

maxLength: 255 bytes
View raw schema
{
  "type": "object",
  "properties": {
    "did": {
      "type": "string",
      "format": "did"
    },
    "ipi": {
      "type": "string",
      "maxLength": 11
    },
    "name": {
      "type": "string",
      "maxLength": 255
    },
    "role": {
      "type": "string",
      "maxLength": 255,
      "description": "Role of the interested party (e.g., 'author', 'composer', 'publisher')"
    },
    "publishingOwner": {
      "ref": "ch.indiemusi.alpha.actor.publishingOwner",
      "type": "ref"
    },
    "collectingSociety": {
      "type": "string",
      "maxLength": 255
    },
    "mechanicalRoyaltiesPercentage": {
      "type": "integer",
      "description": "Percentage of mechanical royalties allocated to this interested party, 10000 = 100%"
    },
    "performanceRoyaltiesPercentage": {
      "type": "integer",
      "description": "Percentage of performance royalties allocated to this interested party, 10000 = 100%"
    }
  },
  "description": "An interested party associated with the song (author, composer, publisher)"
}

Lexicon Garden

@