at.secretsky.post

matt.evil.gay

Documentation

main record

No description available.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

reply object Optional

No description available.

text string Required

No description available.

maxLength: 5000 bytesmaxGraphemes: 500 graphemes
View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "text",
      "createdAt"
    ],
    "properties": {
      "text": {
        "type": "string",
        "maxLength": 5000,
        "maxGraphemes": 500
      },
      "reply": {
        "type": "object",
        "required": [
          "parent"
        ],
        "properties": {
          "parent": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref"
          }
        }
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  }
}

Lexicon Garden

@