com.suibari.nagi.getProfile
Schema Diff
+8 -0
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "com.suibari.nagi.getProfile",
3
3
"defs": {
4
4
"main": {
5
5
"type": "query",
6
6
"output": {
7
7
"schema": {
8
8
"type": "object",
9
9
"required": [
10
10
"profile",
11
11
"feed"
12
12
],
13
13
"properties": {
14
14
"feed": {
15
15
"ref": "com.suibari.nagi.getTimeline#output",
16
16
"type": "ref"
17
17
},
18
18
"profile": {
19
19
"type": "unknown"
20
20
}
21
21
}
22
22
},
23
23
"encoding": "application/json"
24
24
},
25
25
"parameters": {
26
26
"type": "params",
27
27
"required": [
28
28
"actor"
29
29
],
30
30
"properties": {
31
+
"lang": {
32
+
"type": "string",
33
+
"default": "ja",
34
+
"knownValues": [
35
+
"ja",
36
+
"en"
37
+
]
38
+
},
31
39
"actor": {
32
40
"type": "string"
33
41
},
34
42
"limit": {
35
43
"type": "integer",
36
44
"default": 50,
37
45
"maximum": 100,
38
46
"minimum": 1
39
47
},
40
48
"cursor": {
41
49
"type": "string"
42
50
},
43
51
"filter": {
44
52
"type": "string",
45
53
"default": "posts",
46
54
"knownValues": [
47
55
"posts",
48
56
"replies",
49
57
"media",
50
58
"reactions"
51
59
]
52
60
}
53
61
}
54
62
}
55
63
}
56
64
},
57
65
"$type": "com.atproto.lexicon.schema",
58
66
"lexicon": 1
59
67
}