/ch.indiemusi.alpha.actor.artist

Lexicon Definitions

{
  "lexicon": 1,
  "id": "ch.indiemusi.alpha.actor.artist",
  "defs": {
    "main": {
      "description": "An artist or band who performs music",
      "key": "literal:self",
      "record": {
        "properties": {
          "name": {
            "type": "string",
            "maxLength": 255
          }
        },
        "type": "object"
      },
      "type": "record"
    }
  }
}