boo.sky.wot.endorsement
Schema Diff
+1 -2
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "boo.sky.wot.endorsement",
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
"createdAt"
12
12
],
13
13
"properties": {
14
14
"subject": {
15
15
"type": "string",
16
16
"format": "did",
17
17
"description": "The endorsed account."
18
18
},
19
19
"createdAt": {
20
20
"type": "string",
21
21
"format": "datetime"
22
22
},
23
23
"statement": {
24
24
"type": "string",
25
25
"maxLength": 2000,
26
26
"description": "Optional free-text statement supporting the endorsement.",
27
27
"maxGraphemes": 500
28
28
}
29
29
}
30
30
}
31
31
}
32
32
},
33
33
"$type": "com.atproto.lexicon.schema",
34
-
"lexicon": 1,
35
-
"description": "A positive vouch for a subject, published inside a WoT circle."
34
+
"lexicon": 1
36
35
}