space.bunniesin.log.entry

bunniesin.space

Documentation

Simple microblogging lexicon

main record

Simple microblogging lexicon

Record Key tid Timestamp-based ID

Properties

blueskyPost ref com.atproto.repo.strongRef Optional

Reference to the cross-posted version of the log, unavailable if content exceeds the lexicon's maximum length

content string Required

Primary content of a log's entry

createdAt string datetime Required

Client-declared timestamp when this log was created

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "content",
      "createdAt"
    ],
    "properties": {
      "content": {
        "type": "string",
        "description": "Primary content of a log's entry"
      },
      "createdAt": {
        "type": "string",
        "format": "datetime",
        "description": "Client-declared timestamp when this log was created"
      },
      "blueskyPost": {
        "ref": "com.atproto.repo.strongRef",
        "type": "ref",
        "description": "Reference to the cross-posted version of the log, unavailable if content exceeds the lexicon's maximum length"
      }
    }
  },
  "description": "Simple microblogging lexicon"
}

Lexicon Garden

@