io.sound.credit

stephen.band

Documentation

Attribution for a creative work

main object

Attribution for a creative work

Properties

name string Required

Name of the credited person

maxLength: 640 bytesmaxGraphemes: 320 graphemes
role string Required

Role: composer, lyricist, arranger, etc

maxLength: 64 bytesmaxGraphemes: 32 graphemes
Known values: composer, arranger, lyricist, transcriber, orchestrator, adapter, artist, producer
url string uri Optional

URL to credited person's profile or website

View raw schema
{
  "type": "object",
  "required": [
    "name",
    "role"
  ],
  "properties": {
    "url": {
      "type": "string",
      "format": "uri",
      "description": "URL to credited person's profile or website"
    },
    "name": {
      "type": "string",
      "maxLength": 640,
      "description": "Name of the credited person",
      "maxGraphemes": 320
    },
    "role": {
      "type": "string",
      "maxLength": 64,
      "description": "Role: composer, lyricist, arranger, etc",
      "knownValues": [
        "composer",
        "arranger",
        "lyricist",
        "transcriber",
        "orchestrator",
        "adapter",
        "artist",
        "producer"
      ],
      "maxGraphemes": 32
    }
  },
  "description": "Attribution for a creative work"
}

Lexicon Garden

@