space.dailyreads.read

dailyreads.space

{
  "id": "space.dailyreads.read",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "feed",
          "title",
          "url",
          "readAt"
        ],
        "properties": {
          "url": {
            "type": "string",
            "format": "uri",
            "description": "URL of the item that was read."
          },
          "feed": {
            "type": "string",
            "format": "at-uri",
            "description": "AT-URI of the user's space.dailyreads.feed record this item came from."
          },
          "tags": {
            "type": "array",
            "items": {
              "type": "string",
              "maxLength": 320,
              "minLength": 1,
              "maxGraphemes": 64
            },
            "maxLength": 16,
            "description": "User-defined tags for organizing reads."
          },
          "title": {
            "type": "string",
            "maxLength": 2500,
            "minLength": 1,
            "description": "Title of the item that was read.",
            "maxGraphemes": 500
          },
          "readAt": {
            "type": "string",
            "format": "datetime",
            "description": "When the user marked this item as read."
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "A record indicating the user has read an item from a feed."
}

Validate Record

Validate a record against space.dailyreads.read

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:hdfb5gylivnmaqmwfcyzer6d
CID
bafyreibty4a2hirv5edu2hcan5kxmqzixzkmkulnu3s3ve2gbssfg336ja
Indexed At
2026-05-02 02:33 UTC
AT-URI
at://did:plc:hdfb5gylivnmaqmwfcyzer6d/com.atproto.lexicon.schema/space.dailyreads.read

Lexicon Garden

@