at.inlay.Binding
Schema Diff
+9 -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
},
25
+
"output": {
26
+
"schema": {
27
+
"ref": "at.inlay.defs#response",
28
+
"type": "ref"
29
+
},
30
+
"encoding": "application/json"
31
+
},
24
32
"description": "Data placeholder resolved by the host during deserialization."
25
33
}
26
34
},
27
35
"$type": "com.atproto.lexicon.schema",
28
36
"lexicon": 1
29
37
}