app.didpic.authBasic

lexicons.didpic.app

Schema Diff

+5 -3

From

CID
bafyreigifrwjxzt...
Indexed At
2026-05-20 09:02 UTC
View this version

To

CID
bafyreigfy5ezk6y...
Indexed At
2026-05-24 19:57 UTC
View this version
1 1
{
2 2
  "id": "app.didpic.authBasic",
3 3
  "defs": {
4 4
    "main": {
5 5
      "type": "permission-set",
6 6
      "title": "Posts and interactions",
7 7
      "detail": "Create and manage your posts, likes, comments, follows, blocks and profile, and read your feeds and notifications.",
8 8
      "permissions": [
9 9
        {
10 10
          "type": "permission",
11 11
          "resource": "repo",
12 12
          "collection": [
13 13
            "app.didpic.feed.post",
14 14
            "app.didpic.feed.like",
15 15
            "app.didpic.feed.comment",
16 16
            "app.didpic.graph.follow",
17 17
            "app.didpic.graph.block",
18 18
            "app.didpic.actor.profile"
19 19
          ]
20 20
        },
21 21
        {
22 -
          "aud": [
23 -
            "*"
24 -
          ],
22 +
          "aud": "*",
25 23
          "lxm": [
26 24
            "app.didpic.actor.getPrefs",
27 25
            "app.didpic.actor.getProfile",
28 26
            "app.didpic.actor.getProfilePublic",
29 27
            "app.didpic.actor.getProfiles",
30 28
            "app.didpic.actor.getSuggestions",
31 29
            "app.didpic.actor.putPref",
32 30
            "app.didpic.feed.getActorLikes",
33 31
            "app.didpic.feed.getAuthorFeed",
34 32
            "app.didpic.feed.getCommentReplies",
35 33
            "app.didpic.feed.getDiscoverFeed",
36 34
            "app.didpic.feed.getLikes",
37 35
            "app.didpic.feed.getPostPublic",
38 36
            "app.didpic.feed.getPostThread",
37 +
            "app.didpic.feed.getTagFeed",
38 +
            "app.didpic.feed.getTagFeedPublic",
39 39
            "app.didpic.feed.getTimeline",
40 +
            "app.didpic.feed.getTrendingTags",
41 +
            "app.didpic.feed.searchTags",
40 42
            "app.didpic.graph.getBlocks",
41 43
            "app.didpic.graph.getFollowers",
42 44
            "app.didpic.graph.getFollows",
43 45
            "app.didpic.graph.getSubscriptions",
44 46
            "app.didpic.graph.subscribePosts",
45 47
            "app.didpic.graph.unsubscribePosts",
46 48
            "app.didpic.identity.getSession",
47 49
            "app.didpic.identity.resolveHandle",
48 50
            "app.didpic.moderation.createAppeal",
49 51
            "app.didpic.moderation.createReport",
50 52
            "app.didpic.notification.getUnreadCount",
51 53
            "app.didpic.notification.listNotifications",
52 54
            "app.didpic.notification.registerPush",
53 55
            "app.didpic.notification.unregisterPush",
54 56
            "app.didpic.notification.updateSeen"
55 57
          ],
56 58
          "type": "permission",
57 59
          "resource": "rpc"
58 60
        }
59 61
      ]
60 62
    }
61 63
  },
62 64
  "$type": "com.atproto.lexicon.schema",
63 65
  "lexicon": 1
64 66
}

Compare Other Versions

Lexicon Garden

@