io.sound.credit
Schema Diff
+3 -1
1
1
{
2
2
"id": "io.sound.credit",
3
3
"defs": {
4
4
"main": {
5
5
"type": "object",
6
6
"required": [
7
7
"name",
8
8
"role"
9
9
],
10
10
"properties": {
11
11
"url": {
12
12
"type": "string",
13
13
"format": "uri",
14
14
"description": "URL to credited person's profile or website"
15
15
},
16
16
"name": {
17
17
"type": "string",
18
18
"maxLength": 640,
19
19
"description": "Name of the credited person",
20
20
"maxGraphemes": 320
21
21
},
22
22
"role": {
23
23
"type": "string",
24
24
"maxLength": 64,
25
25
"description": "Role: composer, lyricist, arranger, etc",
26
26
"knownValues": [
27
27
"composer",
28
28
"arranger",
29
29
"lyricist",
30
30
"transcriber",
31
31
"orchestrator",
32
-
"adapter"
32
+
"adapter",
33
+
"artist",
34
+
"producer"
33
35
],
34
36
"maxGraphemes": 32
35
37
}
36
38
},
37
39
"description": "Attribution for a creative work"
38
40
}
39
41
},
40
42
"$type": "com.atproto.lexicon.schema",
41
43
"lexicon": 1
42
44
}