io.atcr.authFullApp
Schema Diff
+0 -8
1
1
{
2
2
"id": "io.atcr.authFullApp",
3
3
"defs": {
4
4
"main": {
5
5
"type": "permission-set",
6
6
"title": "AT Container Registry",
7
7
"detail": "Push and pull container images to the ATProto Container Registry. Includes creating and managing image manifests, tags, and repository settings.",
8
8
"permissions": [
9
9
{
10
10
"type": "permission",
11
11
"action": [
12
12
"create",
13
13
"update",
14
14
"delete"
15
15
],
16
16
"resource": "repo",
17
17
"collection": [
18
18
"io.atcr.manifest",
19
19
"io.atcr.tag",
20
20
"io.atcr.sailor.star",
21
21
"io.atcr.sailor.profile",
22
22
"io.atcr.repo.page"
23
23
]
24
-
},
25
-
{
26
-
"aud": "*",
27
-
"lxm": [
28
-
"com.atproto.repo.getRecord"
29
-
],
30
-
"type": "permission",
31
-
"resource": "rpc"
32
24
}
33
25
],
34
26
"title:langs": {},
35
27
"detail:langs": {}
36
28
}
37
29
},
38
30
"$type": "com.atproto.lexicon.schema",
39
31
"lexicon": 1
40
32
}