com.suibari.nagi.getProfile
Schema Diff
+1 -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
31
"lang": {
32
32
"type": "string",
33
33
"default": "ja",
34
+
"maxLength": 2,
34
35
"knownValues": [
35
36
"ja",
36
37
"en"
37
38
]
38
39
},
39
40
"actor": {
40
41
"type": "string"
41
42
},
42
43
"limit": {
43
44
"type": "integer",
44
45
"default": 50,
45
46
"maximum": 100,
46
47
"minimum": 1
47
48
},
48
49
"cursor": {
49
50
"type": "string"
50
51
},
51
52
"filter": {
52
53
"type": "string",
53
54
"default": "posts",
54
55
"knownValues": [
55
56
"posts",
56
57
"replies",
57
58
"media",
58
59
"reactions"
59
60
]
60
61
}
61
62
}
62
63
}
63
64
}
64
65
},
65
66
"$type": "com.atproto.lexicon.schema",
66
67
"lexicon": 1
67
68
}