app.standard-reader.bookmark

standard-reader.app

Schema Diff

+1 -1

From

CID
bafyreievqao3g7l...
Indexed At
2026-06-10 06:49 UTC
View this version

To

CID
bafyreie7jnmdoe7...
Indexed At
2026-06-13 04:56 UTC
View this version

Compatibility Analysis

Backward Compatible

No changes detected.

1 1
{
2 2
  "id": "app.standard-reader.bookmark",
3 3
  "defs": {
4 4
    "main": {
5 5
      "key": "any",
6 6
      "type": "record",
7 7
      "record": {
8 8
        "type": "object",
9 9
        "required": [
10 10
          "subject",
11 11
          "createdAt"
12 12
        ],
13 13
        "properties": {
14 14
          "subject": {
15 15
            "type": "string",
16 16
            "format": "at-uri",
17 17
            "description": "AT URI of the site.standard.document record to save."
18 18
          },
19 19
          "createdAt": {
20 20
            "type": "string",
21 21
            "format": "datetime",
22 22
            "description": "When the reader saved the article."
23 23
          }
24 24
        }
25 25
      },
26 -
      "description": "Marks a site.standard.document as saved for later by the reader. Presence of the record means saved; deleting it removes the article from the private save queue."
26 +
      "description": "Marks a site.standard.document as saved for later by the reader. Presence of the record means saved; deleting it removes the article from the save queue."
27 27
    }
28 28
  },
29 29
  "$type": "com.atproto.lexicon.schema",
30 30
  "lexicon": 1
31 31
}

Compare Other Versions

Lexicon Garden

@