net.mfzx.feed.context

mfzx.net

Documentation

main record

No description available.

Record Key tid Timestamp-based ID

Properties

reason string uri Optional

A valid URI.

state string nsid Optional

A namespaced identifier (e.g., app.bsky.feed.post).

Known values: net.mfzx.status.embarrassed, net.mfzx.status.flustered, net.mfzx.status.melancholic, net.mfzx.status.overjoyed, net.mfzx.status.passive, net.mfzx.status.sleepy
View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "properties": {
      "state": {
        "type": "string",
        "format": "nsid",
        "knownValues": [
          "net.mfzx.status.embarrassed",
          "net.mfzx.status.flustered",
          "net.mfzx.status.melancholic",
          "net.mfzx.status.overjoyed",
          "net.mfzx.status.passive",
          "net.mfzx.status.sleepy"
        ]
      },
      "reason": {
        "type": "string",
        "format": "uri"
      },
      "subject": {
        "ref": "com.atproto.repo.strongRef",
        "type": "ref"
      }
    }
  }
}

Lexicon Garden

@