this repo has no description
10
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(lexicons): satisfy bounded string lint

Made-with: Cursor

+7 -2
+3 -1
lexicons/com/atmosphereaccount/registry/featured.json
··· 26 26 "properties": { 27 27 "did": { 28 28 "type": "string", 29 - "format": "did" 29 + "format": "did", 30 + "maxLength": 256 30 31 }, 31 32 "badges": { 32 33 "type": "array", 33 34 "items": { 34 35 "type": "string", 36 + "maxLength": 32, 35 37 "knownValues": ["verified", "official"] 36 38 } 37 39 },
+4 -1
lexicons/com/atmosphereaccount/registry/profile.json
··· 60 60 "maxLength": 4, 61 61 "items": { 62 62 "type": "string", 63 + "maxLength": 32, 63 64 "knownValues": [ 64 65 "app", 65 66 "accountProvider", ··· 90 91 }, 91 92 "createdAt": { 92 93 "type": "string", 93 - "format": "datetime" 94 + "format": "datetime", 95 + "maxLength": 64 94 96 } 95 97 } 96 98 } ··· 101 103 "properties": { 102 104 "kind": { 103 105 "type": "string", 106 + "maxLength": 32, 104 107 "knownValues": [ 105 108 "bsky", 106 109 "tangled",