app.standard-reader.getHomeFeed
Schema Diff
+3 -1
Compatibility Analysis
Breaking Changes Detected
1 breaking change, 0 non-breaking changes.
Breaking Changes (1)
- ConstraintAdded ConstraintAdded { vertex_id: "app.standard-reader.getHomeFeed:output.scope", sort: "maxLength", value: "32" }
Migration Guidance
Constraint Changes
- ConstraintAdded ConstraintAdded { vertex_id: "app.standard-reader.getHomeFeed:output.scope", sort: "maxLength", value: "32" }
1
1
{
2
2
"id": "app.standard-reader.getHomeFeed",
3
3
"defs": {
4
4
"main": {
5
5
"type": "query",
6
6
"output": {
7
7
"schema": {
8
8
"type": "object",
9
9
"properties": {
10
10
"scope": {
11
-
"type": "string"
11
+
"type": "string",
12
+
"maxLength": 32
12
13
},
13
14
"latest": {
14
15
"type": "array",
15
16
"items": {
16
17
"ref": "app.standard-reader.defs#documentView",
17
18
"type": "ref"
18
19
}
19
20
},
20
21
"featured": {
21
22
"ref": "app.standard-reader.defs#documentView",
22
23
"type": "ref"
23
24
}
24
25
}
25
26
},
26
27
"encoding": "application/json"
27
28
},
28
29
"parameters": {
29
30
"type": "params",
30
31
"required": [],
31
32
"properties": {
32
33
"scope": {
33
34
"type": "string",
34
35
"default": "subscriptions",
36
+
"maxLength": 32,
35
37
"knownValues": [
36
38
"subscriptions",
37
39
"all"
38
40
]
39
41
}
40
42
}
41
43
},
42
44
"description": "Signed-in home page critical path: featured lead and latest rows."
43
45
}
44
46
},
45
47
"$type": "com.atproto.lexicon.schema",
46
48
"lexicon": 1
47
49
}