org.hypercerts.authWrite
Schema Diff
+2 -1
1
1
{
2
2
"id": "org.hypercerts.authWrite",
3
3
"defs": {
4
4
"main": {
5
5
"type": "permission-set",
6
6
"title": "Manage your Hypercerts data",
7
7
"detail": "Create, edit, and delete your Hypercerts records (impact claims, evaluations, funding, and related data).",
8
-
"description": "Permission set granting create, update, and delete on every Hypercerts (org.hypercerts) record collection.",
9
8
"permissions": [
10
9
{
11
10
"type": "permission",
12
11
"action": [
13
12
"create",
14
13
"update",
15
14
"delete"
16
15
],
17
16
"resource": "repo",
18
17
"collection": [
19
18
"org.hypercerts.claim.activity",
20
19
"org.hypercerts.claim.contribution",
21
20
"org.hypercerts.claim.contributorInformation",
22
21
"org.hypercerts.claim.rights",
23
22
"org.hypercerts.collection",
24
23
"org.hypercerts.context.acknowledgement",
25
24
"org.hypercerts.context.attachment",
26
25
"org.hypercerts.context.evaluation",
27
26
"org.hypercerts.context.measurement",
27
+
"org.hypercerts.entity.feature",
28
28
"org.hypercerts.funding.receipt",
29
+
"org.hypercerts.vocab.tag",
29
30
"org.hypercerts.workscope.tag"
30
31
]
31
32
}
32
33
]
33
34
}
34
35
},
35
36
"$type": "com.atproto.lexicon.schema",
36
37
"lexicon": 1
37
38
}