space.dailyreads.feed

dailyreads.space

{
  "id": "space.dailyreads.feed",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "url",
          "title",
          "type",
          "createdAt"
        ],
        "properties": {
          "url": {
            "type": "string",
            "format": "uri",
            "description": "The feed URL (RSS/Atom or similar)."
          },
          "tags": {
            "type": "array",
            "items": {
              "type": "string",
              "maxLength": 320,
              "minLength": 1,
              "maxGraphemes": 64
            },
            "maxLength": 16,
            "description": "User-defined tags for organizing feeds."
          },
          "type": {
            "enum": [
              "article",
              "newsletter",
              "podcast",
              "video"
            ],
            "type": "string",
            "description": "Content type for this feed."
          },
          "title": {
            "type": "string",
            "maxLength": 1500,
            "minLength": 1,
            "description": "Display title for the feed.",
            "maxGraphemes": 300
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "When the user added this feed."
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "A feed (article, newsletter, podcast, or video source) the user has subscribed to."
}

Validate Record

Validate a record against space.dailyreads.feed

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@