blue.morgen.feed.share

morgen.blue

{
  "id": "blue.morgen.feed.share",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "itemUrl",
          "createdAt"
        ],
        "properties": {
          "facets": {
            "type": "array",
            "items": {
              "ref": "app.bsky.richtext.facet",
              "type": "ref"
            },
            "description": "Rich-text annotations (mentions, links, tags) over `comment`."
          },
          "comment": {
            "type": "string",
            "maxLength": 30000,
            "description": "User's commentary on the share.",
            "maxGraphemes": 3000
          },
          "feedUrl": {
            "type": "string",
            "format": "uri",
            "maxLength": 2048,
            "description": "URL of the source feed (optional provenance)."
          },
          "itemUrl": {
            "type": "string",
            "format": "uri",
            "maxLength": 2048,
            "description": "URL of the shared item."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "A shared feed item. Broadcasts 'I like this' with optional commentary."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against blue.morgen.feed.share

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

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

Referenced Schemas (1)

Lexicon Garden

@