blue.morgen.feed.subscription

morgen.blue

{
  "id": "blue.morgen.feed.subscription",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "feedUrl",
          "createdAt"
        ],
        "properties": {
          "tags": {
            "type": "array",
            "items": {
              "type": "string",
              "maxLength": 640,
              "maxGraphemes": 64
            },
            "maxLength": 10,
            "description": "Free-form, user-defined tags. No controlled vocabulary."
          },
          "title": {
            "type": "string",
            "maxLength": 1280,
            "description": "Display title. Auto-prefilled from the feed, user-editable.",
            "maxGraphemes": 128
          },
          "feedUrl": {
            "type": "string",
            "format": "uri",
            "maxLength": 2048,
            "description": "URL of the RSS/Atom feed."
          },
          "primary": {
            "type": "boolean",
            "description": "Whether the feed receives special treatment in the digest."
          },
          "siteUrl": {
            "type": "string",
            "format": "uri",
            "maxLength": 2048,
            "description": "Human-facing site URL associated with the feed."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "A subscription to an RSS/Atom feed."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against blue.morgen.feed.subscription

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:h7bhafnu5c2p63swrc64zh2z
CID
bafyreihraxnbhthfy5q6pakj5as6czrjaeyau2x3bummskz6elappz52ge
Indexed At
2026-05-24 07:54 UTC
AT-URI
at://did:plc:h7bhafnu5c2p63swrc64zh2z/com.atproto.lexicon.schema/blue.morgen.feed.subscription

Lexicon Garden

@