net.botwatch.trust
Schema Diff
+1 -1
1
1
{
2
2
"id": "net.botwatch.trust",
3
3
"defs": {
4
4
"main": {
5
5
"key": "tid",
6
6
"type": "record",
7
7
"record": {
8
8
"type": "object",
9
9
"required": [
10
10
"subject",
11
11
"score",
12
12
"createdAt"
13
13
],
14
14
"properties": {
15
15
"score": {
16
16
"type": "integer",
17
17
"maximum": 100000,
18
18
"minimum": -100000,
19
19
"description": "100000 indicates maximum trust in the subject. -100000 indicates maximum distrust."
20
20
},
21
21
"subject": {
22
22
"type": "string",
23
23
"format": "did"
24
24
},
25
25
"createdAt": {
26
26
"type": "string",
27
27
"format": "datetime"
28
28
}
29
29
}
30
30
},
31
-
"description": "How much the user trusts the subject to verify humans, identify bots, and trust the deserving."
31
+
"description": "How much the user trusts the subject to verify humans, identify bots, and trust the worthy."
32
32
}
33
33
},
34
34
"$type": "com.atproto.lexicon.schema",
35
35
"lexicon": 1
36
36
}