{
"lexicon": 1,
"id": "ch.indiemusi.alpha.actor.publishing_owner",
"defs": {
"main": {
"key": "literal:self",
"type": "record",
"description": "A songwriter, composer, or music publisher who owns the publishing rights to a song or musical work",
"record": {
"type": "object",
"properties": {
"first_name": {
"type": "string",
"maxLength": 255
},
"last_name": {
"type": "string",
"maxLength": 255
},
"company_name": {
"type": "string",
"maxLength": 255
},
"ipi": {
"type": "string",
"description": "Interested Party Information (IPI) number assigned to the publishing owner by a collecting society",
"maxLength": 11
},
"collecting_society": {
"type": "string",
"maxLength": 255
}
}
}
}
}
}