com.babesky.actor.featured
Schema Diff
+1 -1
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "com.babesky.actor.featured",
3
3
"defs": {
4
4
"main": {
5
5
"key": "literal:self",
6
6
"type": "record",
7
7
"record": {
8
8
"type": "object",
9
9
"required": [
10
10
"posts",
11
11
"createdAt"
12
12
],
13
13
"properties": {
14
14
"posts": {
15
15
"type": "array",
16
16
"items": {
17
17
"type": "object",
18
18
"required": [
19
19
"uri"
20
20
],
21
21
"properties": {
22
22
"cid": {
23
23
"type": "string",
24
24
"format": "cid",
25
25
"description": "CID of the post record at time of featuring. Used to detect if the post has been deleted or edited."
26
26
},
27
27
"uri": {
28
28
"type": "string",
29
29
"format": "at-uri",
30
30
"description": "AT URI of an app.bsky.feed.post in the same actor's repository."
31
31
}
32
32
}
33
33
},
34
34
"maxLength": 8
35
35
},
36
36
"createdAt": {
37
37
"type": "string",
38
38
"format": "datetime"
39
39
}
40
40
}
41
41
},
42
-
"description": "An ordered list of the creator's own posts selected as a curated preview reel. Posts must belong to the same actor's repository."
42
+
"description": "Featured posts record for the Babesky creator portfolio. An ordered selection of the creator's own posts (max 8) displayed as a curated preview reel in Atmosphere apps. Consumed alongside com.babesky.actor.profile, com.babesky.actor.links, and com.babesky.actor.support."
43
43
}
44
44
},
45
45
"$type": "com.atproto.lexicon.schema",
46
46
"lexicon": 1
47
47
}