this string has no description
badgeCollection.json
edited
1{
2 "lexicon": 1,
3 "id": "one.eightyeightthirty.badgeCollection",
4 "defs": {
5 "main": {
6 "type": "record",
7 "description": "The collection of badges to display on a user's page.",
8 "key": "literal:self",
9 "record": {
10 "type": "object",
11 "properties": {
12 "badges": {
13 "type": "array",
14 "items": {
15 "type": "ref",
16 "description": "All references must be to type `one.eightyeightthirty.badge`",
17 "ref": "com.atproto.repo.strongRef"
18 }
19 }
20 },
21 "required": [ "badges" ]
22 }
23 }
24 }
25}