fyi.frontpage.feed.post

frontpage-lexicons.bsky.social

{
  "id": "fyi.frontpage.feed.post",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "title",
          "createdAt",
          "subject"
        ],
        "properties": {
          "title": {
            "type": "string",
            "maxLength": 3000,
            "description": "The title of the post.",
            "maxGraphemes": 300
          },
          "subject": {
            "refs": [
              "#urlSubject"
            ],
            "type": "union",
            "description": "The piece of content that this Frontpage post is about."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Client-declared timestamp when this post was originally created."
          }
        }
      },
      "description": "Record containing a Frontpage post."
    },
    "urlSubject": {
      "type": "object",
      "required": [
        "url"
      ],
      "properties": {
        "url": {
          "type": "string",
          "format": "uri"
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against fyi.frontpage.feed.post

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:aolkloygz4xdpye44god4oqm
CID
bafyreiaejxswq2hplvariokxhko3ce5fzogkmipmnzo4wg4wgco77w67rq
Indexed At
2026-02-13 13:54 UTC
AT-URI
at://did:plc:aolkloygz4xdpye44god4oqm/com.atproto.lexicon.schema/fyi.frontpage.feed.post

Lexicon Garden

@