[READ ONLY MIRROR] Spark Social AppView Server github.com/sprksocial/server
atproto deno hono lexicon
Something went wrong. Try again.
123456789101112131415161718192021222324252627282930313233343536{ "lexicon": 1, "id": "app.bsky.authCreatePosts", "defs": { "main": { "type": "permission-set", "title": "Create Bluesky Posts", "title:lang": {}, "detail": "Can not update or delete posts.", "detail:lang": {}, "permissions": [ { "type": "permission", "resource": "rpc", "inheritAud": true, "lxm": [ "app.bsky.video.uploadVideo", "app.bsky.video.getJobStatus", "app.bsky.video.getUploadLimits" ] }, { "type": "permission", "resource": "repo", "action": ["create"], "collection": [ "app.bsky.feed.post", "app.bsky.feed.postgate", "app.bsky.feed.threadgate" ] } ] } }}