at.inlay.Slot

inlay.at

Schema Diff

+1 -0

From

CID
bafyreigx72pf322...
Indexed At
2026-02-14 14:06 UTC
View this version

To

CID
bafyreiaq2zpclzo...
Indexed At
2026-02-15 21:43 UTC
View this version
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
      },
21 22
      "output": {
22 23
        "schema": {
23 24
          "ref": "at.inlay.defs#response",
24 25
          "type": "ref"
25 26
        },
26 27
        "encoding": "application/json"
27 28
      },
28 29
      "description": "Opaque reference to a stashed element during XRPC calls."
29 30
    }
30 31
  },
31 32
  "$type": "com.atproto.lexicon.schema",
32 33
  "lexicon": 1
33 34
}

Compare Other Versions

Lexicon Garden

@