originalworks / protocol

Protocol of Original Works
https://www.original.works
2 stars 0 forks source link

Create ISWC/ISRC link record #7

Closed revelator-labs closed 3 months ago

revelator-labs commented 3 months ago

Register the link between ISRC and ISWC if exists

criadoperez commented 3 months ago

Example json file can be:

{
    "RightsControllerName": "Example Alias",
    "signature": "abc123signaturexyz",
    "ISWC": "T-123.456.789-0",
    "ISRCs": [
        "US-XXX-20-12345",
        "US-XXX-20-54321"
    ]
}

We need to confirm desired behavior if different Right Controllers add incompatible links We are also assuming relationships are semi-permanent.

criadoperez commented 3 months ago

This will not be a json file anymore but an ERN or MWN message. Samples in the repository.