app.standard-reader.deleteList
Schema Diff
+2 -1
Compatibility Analysis
Breaking Changes Detected
1 breaking change, 0 non-breaking changes.
Breaking Changes (1)
- ConstraintAdded ConstraintAdded { vertex_id: "app.standard-reader.deleteList:input.rkey", sort: "maxLength", value: "128" }
Migration Guidance
Constraint Changes
- ConstraintAdded ConstraintAdded { vertex_id: "app.standard-reader.deleteList:input.rkey", sort: "maxLength", value: "128" }
1
1
{
2
2
"id": "app.standard-reader.deleteList",
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
"rkey"
11
11
],
12
12
"properties": {
13
13
"rkey": {
14
-
"type": "string"
14
+
"type": "string",
15
+
"maxLength": 128
15
16
}
16
17
}
17
18
},
18
19
"encoding": "application/json"
19
20
},
20
21
"output": {
21
22
"schema": {
22
23
"type": "object",
23
24
"properties": {}
24
25
},
25
26
"encoding": "application/json"
26
27
},
27
28
"description": "Delete a publication list."
28
29
}
29
30
},
30
31
"$type": "com.atproto.lexicon.schema",
31
32
"lexicon": 1
32
33
}