at.ducs.relationships.getRelationships
Schema Diff
+4 -0
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "at.ducs.relationships.getRelationships",
3
3
"defs": {
4
4
"main": {
5
5
"type": "query",
6
6
"output": {
7
7
"schema": {
8
8
"type": "object",
9
9
"properties": {
10
10
"relationships": {
11
11
"type": "array",
12
12
"items": {
13
13
"ref": "at.ducs.relationships.defs#relationship",
14
14
"type": "ref"
15
15
}
16
16
}
17
17
}
18
18
},
19
19
"encoding": "application/json"
20
20
},
21
21
"parameters": {
22
22
"type": "params",
23
23
"properties": {
24
24
"limit": {
25
25
"type": "integer",
26
26
"default": 20
27
+
},
28
+
"beforeDid": {
29
+
"type": "string",
30
+
"format": "did"
27
31
}
28
32
}
29
33
}
30
34
}
31
35
},
32
36
"$type": "com.atproto.lexicon.schema",
33
37
"lexicon": 1
34
38
}