garden.lexicon.nourishing-earthworm.info
Schema Diff
+2 -4
1
1
{
2
2
"defs": {
3
3
"main": {
4
4
"key": "literal:self",
5
5
"type": "record",
6
6
"record": {
7
7
"type": "object",
8
8
"required": [],
9
9
"properties": {
10
10
"bio": {
11
-
"type": "array",
12
-
"items": {
13
-
"type": "string"
14
-
}
11
+
"type": "string",
12
+
"maxGraphemes": 5000
15
13
},
16
14
"lede": {
17
15
"type": "string",
18
16
"maxGraphemes": 1000
19
17
},
20
18
"reelUrl": {
21
19
"type": "string"
22
20
},
23
21
"headshot": {
24
22
"type": "object",
25
23
"required": [
26
24
"image"
27
25
],
28
26
"properties": {
29
27
"alt": {
30
28
"type": "string",
31
29
"maxGraphemes": 500
32
30
},
33
31
"image": {
34
32
"type": "blob",
35
33
"accept": [
36
34
"image/webp",
37
35
"image/jpeg",
38
36
"image/png"
39
37
],
40
38
"maxSize": 6000000
41
39
}
42
40
}
43
41
},
44
42
"reelPosterSlug": {
45
43
"type": "string"
46
44
},
47
45
"filmographyMarkdown": {
48
46
"type": "string",
49
47
"maxGraphemes": 50000
50
48
}
51
49
}
52
50
},
53
51
"description": "About-page content: bio prose, headshot, reel, filmography."
54
52
}
55
53
},
56
54
"$type": "com.atproto.lexicon.schema",
57
55
"lexicon": 1
58
56
}