at.inlay.Binding
Schema Diff
+2 -1
1
1
{
2
2
"id": "at.inlay.Binding",
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
"path"
11
11
],
12
12
"properties": {
13
13
"path": {
14
14
"type": "array",
15
15
"items": {
16
-
"type": "string"
16
+
"type": "string",
17
+
"maxLength": 256
17
18
},
18
19
"description": "Path segments to resolve against scope"
19
20
}
20
21
}
21
22
},
22
23
"encoding": "application/json"
23
24
},
24
25
"output": {
25
26
"schema": {
26
27
"ref": "at.inlay.defs#response",
27
28
"type": "ref"
28
29
},
29
30
"encoding": "application/json"
30
31
},
31
32
"description": "Data placeholder resolved by the host during deserialization."
32
33
}
33
34
},
34
35
"$type": "com.atproto.lexicon.schema",
35
36
"lexicon": 1
36
37
}