us.polhem.atproto-starter.post

polhem.us

Documentation

Record describing a simple text post for atproto-starter app.

main record

Record describing a simple text post for atproto-starter app.

Record Key tid Timestamp-based ID

Properties

content string Required

No description available.

maxLength: 100000 bytes
createdAt string datetime Required

An RFC 3339 formatted timestamp.

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "content",
      "createdAt"
    ],
    "properties": {
      "content": {
        "type": "string",
        "maxLength": 100000
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  },
  "description": "Record describing a simple text post for atproto-starter app."
}

Lexicon Garden

@