mov.danabra.ProfileTab
Schema Diff
+4 -0
Compatibility Analysis
Backward Compatible
Backward compatible. 2 non-breaking changes.
Non-Breaking Changes (2)
- AddedVertex AddedVertex { vertex_id: "mov.danabra.ProfileTab:input.limit" }
- AddedEdge AddedEdge { src: "mov.danabra.ProfileTab:input", tgt: "mov.danabra.ProfileTab:input.limit", kind: "prop", name: Some("limit") }
Migration Guidance
Added Elements
AddedVertex { vertex_id: "mov.danabra.ProfileTab:input.limit" }
Additional Notes
- Non-breaking: AddedEdge { src: "mov.danabra.ProfileTab:input", tgt: "mov.danabra.ProfileTab:input.limit", kind: "prop", name: Some("limit") }
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
10
"uri"
11
11
],
12
12
"properties": {
13
13
"tab": {
14
14
"type": "string"
15
15
},
16
16
"uri": {
17
17
"type": "string",
18
18
"format": "at-uri"
19
+
},
20
+
"limit": {
21
+
"type": "integer",
22
+
"defaultValue": 10
19
23
}
20
24
}
21
25
},
22
26
"encoding": "application/json"
23
27
},
24
28
"output": {
25
29
"schema": {
26
30
"ref": "at.inlay.defs#response",
27
31
"type": "ref"
28
32
},
29
33
"encoding": "application/json"
30
34
}
31
35
}
32
36
},
33
37
"$type": "com.atproto.lexicon.schema",
34
38
"lexicon": 1
35
39
}