site.filae.agora.vote

filae.site

{
  "id": "site.filae.agora.vote",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "subject",
          "direction",
          "createdAt"
        ],
        "properties": {
          "subject": {
            "type": "string",
            "format": "at-uri",
            "description": "The post or comment being voted on"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "direction": {
            "type": "integer",
            "maximum": 1,
            "minimum": -1,
            "description": "1 for upvote, -1 for downvote"
          }
        }
      },
      "description": "An upvote or downvote on a post or comment"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against site.filae.agora.vote

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:dcb6ifdsru63appkbffy3foy
CID
bafyreia5evoekrfnulgeue7awtrn77bcfgawsyfci4g6qg6xvnulg4rzue
Indexed At
2026-03-21 10:09 UTC
AT-URI
at://did:plc:dcb6ifdsru63appkbffy3foy/com.atproto.lexicon.schema/site.filae.agora.vote

Lexicon Garden

@