mov.danabra.ProfileTab
Schema Diff
+1 -2
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",
11
-
"tab"
10
+
"uri"
12
11
],
13
12
"properties": {
14
13
"tab": {
15
14
"type": "string"
16
15
},
17
16
"uri": {
18
17
"type": "string",
19
18
"format": "at-uri"
20
19
}
21
20
}
22
21
},
23
22
"encoding": "application/json"
24
23
},
25
24
"output": {
26
25
"schema": {
27
26
"ref": "at.inlay.defs#response",
28
27
"type": "ref"
29
28
},
30
29
"encoding": "application/json"
31
30
}
32
31
}
33
32
},
34
33
"$type": "com.atproto.lexicon.schema",
35
34
"lexicon": 1
36
35
}