at.anab.vote

faz.ms

Documentation

An upvote of an at.anab.idea record. Lives in the voter's repo.

main record

An upvote of an at.anab.idea record. Lives in the voter's repo.

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": {
      "subject": {
        "ref": "com.atproto.repo.strongRef",
        "type": "ref"
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  },
  "description": "An upvote of an at.anab.idea record. Lives in the voter's repo."
}

Lexicon Garden

@