xyz.atpoke.feed.poke

baileytownsend.dev

Documentation

A 'poke' of another record. Kind of like a like. Used to poke a poke (or any other record)

main record

A 'poke' of another record. Kind of like a like. Used to poke a poke (or any other record)

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "subject",
      "createdAt"
    ],
    "properties": {
      "via": {
        "ref": "com.atproto.repo.strongRef",
        "type": "ref"
      },
      "subject": {
        "ref": "com.atproto.repo.strongRef",
        "type": "ref"
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  },
  "description": "A 'poke' of another record. Kind of like a like. Used to poke a poke (or any other record)"
}

Lexicon Garden

@