at.marque.partnerApi
Schema Diff
+1 -1
1
1
{
2
2
"id": "at.marque.partnerApi",
3
3
"defs": {
4
4
"main": {
5
5
"type": "permission-set",
6
6
"title": "Marque",
7
7
"detail": "Register and manage domains, and read and write the DNS and nameserver records for your domains",
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",
23
+
"aud": "did:web:marque.at#marque_registrar",
24
24
"lxm": [
25
25
"at.marque.partner.listPricing",
26
26
"at.marque.partner.checkAvailability",
27
27
"at.marque.partner.createCheckout",
28
28
"at.marque.partner.getOrder"
29
29
],
30
30
"type": "permission",
31
31
"resource": "rpc"
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
}