at.marque.partnerApi
Schema Diff
+4 -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:api#marque_registrar",
24
23
"lxm": [
25
24
"at.marque.partner.listPricing",
26
25
"at.marque.partner.checkAvailability",
26
+
"at.marque.partner.getRequirements",
27
27
"at.marque.partner.createCheckout",
28
28
"at.marque.partner.getOrder"
29
29
],
30
30
"type": "permission",
31
-
"resource": "rpc"
31
+
"resource": "rpc",
32
+
"inheritAud": true
32
33
}
33
34
],
34
35
"title:langs": {},
35
36
"detail:langs": {}
36
37
}
37
38
},
38
39
"$type": "com.atproto.lexicon.schema",
39
40
"lexicon": 1
40
41
}