Attribution for a creative work
Properties
name
string
Required
Name of the credited person
maxLength: 640 bytesmaxGraphemes: 320 graphemesrole
string
Required
Role: composer, lyricist, arranger, etc
maxLength: 64 bytesmaxGraphemes: 32 graphemesKnown values:
composer, arranger, lyricist, transcriber, orchestrator, adapter, artist, producerurl
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"
}