mov.danabra.ProfileTab
Schema Diff
+1 -1
Compatibility Analysis
Breaking Changes Detected
1 breaking change, 0 non-breaking changes.
Breaking Changes (1)
- ConstraintAdded ConstraintAdded { vertex_id: "mov.danabra.ProfileTab:input.limit", sort: "default", value: "10" }
Migration Guidance
Constraint Changes
- ConstraintAdded ConstraintAdded { vertex_id: "mov.danabra.ProfileTab:input.limit", sort: "default", value: "10" }
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
19
},
20
20
"limit": {
21
21
"type": "integer",
22
-
"defaultValue": 10
22
+
"default": 10
23
23
}
24
24
}
25
25
},
26
26
"encoding": "application/json"
27
27
},
28
28
"output": {
29
29
"schema": {
30
30
"ref": "at.inlay.defs#response",
31
31
"type": "ref"
32
32
},
33
33
"encoding": "application/json"
34
34
}
35
35
}
36
36
},
37
37
"$type": "com.atproto.lexicon.schema",
38
38
"lexicon": 1
39
39
}