/ch.indiemusi.alpha.actor.master_owner

Lexicon Definitions

{
  "lexicon": 1,
  "id": "ch.indiemusi.alpha.actor.master_owner",
  "defs": {
    "main": {
      "type": "record",
      "description": "The entity (person or company) that owns the master recording rights",
      "record": {
        "type": "object",
        "required": [
          "name"
        ],
        "properties": {
          "name": {
            "type": "string",
            "maxLength": 255
          }
        }
      }
    }
  }
}