social.colibri.notification.getUnreadCount
Schema Diff
+6 -0
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "social.colibri.notification.getUnreadCount",
3
3
"defs": {
4
4
"main": {
5
5
"type": "query",
6
+
"errors": [
7
+
{
8
+
"name": "AuthRequired",
9
+
"description": "Missing, malformed, or unverifiable service auth."
10
+
}
11
+
],
6
12
"output": {
7
13
"schema": {
8
14
"type": "object",
9
15
"required": [
10
16
"count"
11
17
],
12
18
"properties": {
13
19
"count": {
14
20
"type": "integer"
15
21
}
16
22
}
17
23
},
18
24
"encoding": "application/json"
19
25
},
20
26
"description": "Returns the count of unread notifications."
21
27
}
22
28
},
23
29
"$type": "com.atproto.lexicon.schema",
24
30
"lexicon": 1
25
31
}