app.winesky.listItem
Schema Diff
+2 -2
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "app.winesky.listItem",
3
3
"defs": {
4
4
"main": {
5
5
"key": "tid",
6
6
"type": "record",
7
7
"record": {
8
8
"type": "object",
9
9
"required": [
10
10
"list",
11
11
"drink",
12
12
"parentPostUri",
13
13
"createdAt"
14
14
],
15
15
"properties": {
16
16
"list": {
17
17
"type": "string",
18
18
"format": "at-uri"
19
19
},
20
20
"drink": {
21
-
"ref": "app.winesky.review#drink",
21
+
"ref": "app.winesky.collectionItem#drink",
22
22
"type": "ref"
23
23
},
24
24
"createdAt": {
25
25
"type": "string",
26
26
"format": "datetime"
27
27
},
28
28
"parentPostUri": {
29
29
"type": "string",
30
30
"format": "at-uri"
31
31
},
32
32
"triggerPostUri": {
33
33
"type": "string",
34
34
"format": "at-uri"
35
35
}
36
36
}
37
37
},
38
-
"description": "A drink on a Winesky list. Created when a user adds a drink via @winesky.app on Bluesky."
38
+
"description": "A drink on a Winesky list. Created when a user adds adds it via @winesky.app on Bluesky. Embeds the drink element from app.winesky.review, and refers to the post that triggered the element creation."
39
39
}
40
40
},
41
41
"$type": "com.atproto.lexicon.schema",
42
42
"lexicon": 1
43
43
}