at.inlay.Fragment

inlay.at

Schema Diff

+7 -0

From

CID
bafyreic6di4fay3...
Indexed At
2026-02-13 13:44 UTC
View this version

To

CID
bafyreid65inog4b...
Indexed At
2026-02-14 14:06 UTC
View this version
1 1
{
2 2
  "id": "at.inlay.Fragment",
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
            "children"
11 11
          ],
12 12
          "properties": {
13 13
            "children": {
14 14
              "type": "array",
15 15
              "items": {
16 16
                "ref": "at.inlay.defs#element",
17 17
                "type": "ref"
18 18
              }
19 19
            }
20 20
          }
21 21
        },
22 22
        "encoding": "application/json"
23 23
      },
24 +
      "output": {
25 +
        "schema": {
26 +
          "ref": "at.inlay.defs#response",
27 +
          "type": "ref"
28 +
        },
29 +
        "encoding": "application/json"
30 +
      },
24 31
      "description": "Renders children without a wrapper element."
25 32
    }
26 33
  },
27 34
  "$type": "com.atproto.lexicon.schema",
28 35
  "lexicon": 1
29 36
}

Compare Other Versions

Lexicon Garden

@