at.inlay.defs

inlay.at

Schema Diff

+12 -0

From

CID
bafyreicdb46nwfk...
Indexed At
2026-02-07 00:00 UTC
View this version

To

CID
bafyreihzx3wqkkj...
Indexed At
2026-02-08 18:50 UTC
View this version
1 1
{
2 2
  "id": "at.inlay.defs",
3 3
  "defs": {
4 4
    "element": {
5 5
      "type": "object",
6 6
      "required": [
7 7
        "type"
8 8
      ],
9 9
      "properties": {
10 10
        "key": {
11 11
          "type": "string",
12 12
          "description": "Stable key that identifies the component among its siblings."
13 13
        },
14 14
        "type": {
15 15
          "type": "string",
16 16
          "format": "nsid",
17 17
          "description": "NSID of the component to render."
18 18
        },
19 19
        "props": {
20 20
          "type": "unknown",
21 21
          "description": "Properties to pass to the component."
22 22
        }
23 23
      },
24 24
      "description": "A renderable Inlay element."
25 +
    },
26 +
    "viaValtown": {
27 +
      "type": "object",
28 +
      "required": [
29 +
        "valId"
30 +
      ],
31 +
      "properties": {
32 +
        "valId": {
33 +
          "type": "string",
34 +
          "description": "Val Town val UUID"
35 +
        }
36 +
      }
25 37
    }
26 38
  },
27 39
  "$type": "com.atproto.lexicon.schema",
28 40
  "lexicon": 1
29 41
}

Compare Other Versions

Lexicon Garden

@