You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lexicons/community/blacksky/feed/post.json
+13-2Lines changed: 13 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
"defs": {
5
5
"main": {
6
6
"type": "record",
7
-
"description": "Stub record for a Blacksky community post. Full content is stored on the Blacksky appview and hydrated for members only.",
7
+
"description": "PDS-side stub for a Blacksky community post. The post's text, facets, langs, and reply chain are stored on the Blacksky appview and hydrated for members only. The optional `embed` field is mirrored onto the PDS stub so that the PDS's standard blob-retention pipeline (enumBlobRefs + record_blob bookkeeping) keeps any referenced blobs (image / video / external thumb / gallery / record-with-media) alive for the life of the record.",
8
8
"key": "tid",
9
9
"record": {
10
10
"type": "object",
@@ -18,7 +18,18 @@
18
18
"cid": {
19
19
"type": "string",
20
20
"format": "cid",
21
-
"description": "CID of the full post content stored on the appview, for integrity verification."
21
+
"description": "CID of the full post content stored on the appview, for integrity verification against the appview's canonical record."
0 commit comments