garden.lexicon.logical-sponge.atstar
Schema Diff
+2 -2
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "garden.lexicon.logical-sponge.atstar",
3
3
"defs": {
4
4
"main": {
5
-
"key": "any",
5
+
"key": "tid",
6
6
"type": "record",
7
7
"record": {
8
8
"type": "object",
9
9
"required": [
10
10
"who"
11
11
],
12
12
"properties": {
13
13
"who": {
14
14
"type": "string",
15
15
"format": "did"
16
16
},
17
17
"why": {
18
18
"type": "string"
19
19
}
20
20
}
21
21
},
22
-
"description": "TODO: describe purpose of this schema"
22
+
"description": "Star any Atproto identity"
23
23
}
24
24
},
25
25
"$type": "com.atproto.lexicon.schema",
26
26
"lexicon": 1
27
27
}