io.sound.credit

stephen.band

Schema Diff

+3 -1

From

CID
bafyreidzk32dauo...
Indexed At
2026-02-09 18:01 UTC
View this version

To

CID
bafyreieq4ihzrea...
Indexed At
2026-02-09 20:48 UTC
View this version
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
}

Compare Other Versions

Lexicon Garden

@