at.marque.partnerApi
Schema Diff
+3 -3
1
1
{
2
2
"id": "at.marque.partnerApi",
3
3
"defs": {
4
4
"main": {
5
5
"type": "permission-set",
6
6
"title": "Marque",
7
-
"detail": "Register and manage domains, and read and write the DNS and nameserver records for your domains",
7
+
"detail": "Register and manage your domains and their DNS records",
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
"at.marque.dns",
19
19
"at.marque.domain"
20
20
]
21
21
},
22
22
{
23
-
"aud": "did:web:marque.at#marque_registrar",
24
23
"lxm": [
25
24
"at.marque.partner.listPricing",
26
25
"at.marque.partner.checkAvailability",
27
26
"at.marque.partner.createCheckout",
28
27
"at.marque.partner.getOrder"
29
28
],
30
29
"type": "permission",
31
-
"resource": "rpc"
30
+
"resource": "rpc",
31
+
"inheritAud": true
32
32
}
33
33
],
34
34
"title:langs": {},
35
35
"detail:langs": {}
36
36
}
37
37
},
38
38
"$type": "com.atproto.lexicon.schema",
39
39
"lexicon": 1
40
40
}