at.upvote.getSignals

upvote.at

{
  "id": "at.upvote.getSignals",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "records"
          ],
          "properties": {
            "cursor": {
              "type": "string"
            },
            "records": {
              "type": "array",
              "items": {
                "ref": "#signal",
                "type": "ref"
              }
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "properties": {
          "did": {
            "type": "string",
            "format": "did",
            "description": "Filter to signals from this account."
          },
          "limit": {
            "type": "integer",
            "default": 20,
            "maximum": 100,
            "minimum": 1
          },
          "cursor": {
            "type": "string"
          }
        }
      },
      "description": "Get signal records indexed from the network, newest first. Optionally filter to signals from a single account."
    },
    "signal": {
      "type": "object",
      "required": [
        "uri",
        "subject",
        "createdAt"
      ],
      "properties": {
        "uri": {
          "type": "string",
          "format": "at-uri",
          "description": "The at-uri of the signal record."
        },
        "subject": {
          "type": "string",
          "format": "uri",
          "description": "The URI this signal upvotes — an at-uri for atmosphere documents, or an http(s) URL for the open web."
        },
        "createdAt": {
          "type": "string",
          "format": "datetime",
          "description": "Timestamp of signal creation."
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against at.upvote.getSignals

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:b2bmihikxhdt6s2luzguhexb
CID
bafyreibzdbfb7ohed7cmirrobfzjnzdci73t4rzgdkdc7he7hjkw7md7be
Indexed At
2026-07-19 19:35 UTC
AT-URI
at://did:plc:b2bmihikxhdt6s2luzguhexb/com.atproto.lexicon.schema/at.upvote.getSignals

Lexicon Garden

@