ch.indiemusi.alpha.song

lexicon.store View official

{
  "id": "ch.indiemusi.alpha.song",
  "defs": {
    "main": {
      "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": {
      "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)"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against ch.indiemusi.alpha.song

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:web:lexicon.store
CID
bafyreifchnl6rt5xwa3veqj74gacmfxmdjommemaltm7rf3ncbch6sjciy
Indexed At
2026-03-20 15:55 UTC
AT-URI
at://did:web:lexicon.store/com.atproto.lexicon.schema/ch.indiemusi.alpha.song

Referenced Schemas (1)

Lexicon Garden

@