mov.danabra.ProfileTab
Schema Diff
+2 -1
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "mov.danabra.ProfileTab",
3
3
"defs": {
4
4
"main": {
5
5
"type": "procedure",
6
6
"input": {
7
7
"schema": {
8
8
"type": "object",
9
9
"required": [
10
-
"uri"
10
+
"uri",
11
+
"tab"
11
12
],
12
13
"properties": {
13
14
"tab": {
14
15
"type": "string"
15
16
},
16
17
"uri": {
17
18
"type": "string",
18
19
"format": "at-uri"
19
20
}
20
21
}
21
22
},
22
23
"encoding": "application/json"
23
24
},
24
25
"output": {
25
26
"schema": {
26
27
"ref": "at.inlay.defs#response",
27
28
"type": "ref"
28
29
},
29
30
"encoding": "application/json"
30
31
}
31
32
}
32
33
},
33
34
"$type": "com.atproto.lexicon.schema",
34
35
"lexicon": 1
35
36
}