at.inlay.Slot
Schema Diff
+8 -0
1
1
{
2
2
"id": "at.inlay.Slot",
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
"id"
11
11
],
12
12
"properties": {
13
13
"id": {
14
14
"type": "string",
15
+
"maxLength": 256,
15
16
"description": "Key into the host's stash map"
16
17
}
17
18
}
18
19
},
19
20
"encoding": "application/json"
20
21
},
22
+
"output": {
23
+
"schema": {
24
+
"ref": "at.inlay.defs#response",
25
+
"type": "ref"
26
+
},
27
+
"encoding": "application/json"
28
+
},
21
29
"description": "Opaque reference to a stashed element during XRPC calls."
22
30
}
23
31
},
24
32
"$type": "com.atproto.lexicon.schema",
25
33
"lexicon": 1
26
34
}