at.inlay.defs
Schema Diff
+12 -0
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
}