fyi.frontpage.feed.post

frontpage-lexicons.bsky.social

Documentation

Record containing a Frontpage post.

main record

Record containing a Frontpage post.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

Client-declared timestamp when this post was originally created.

subject union Required

The piece of content that this Frontpage post is about.

Known types:
title string Required

The title of the post.

maxLength: 3000 bytesmaxGraphemes: 300 graphemes
View raw schema
{
  "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 object

No description available.

Properties

url string uri Required

A valid URI.

View raw schema
{
  "type": "object",
  "required": [
    "url"
  ],
  "properties": {
    "url": {
      "type": "string",
      "format": "uri"
    }
  }
}

Lexicon Garden

@