ai.newnal.trustsquare.getActorHistory

bezalel-newnal.bsky.social

{
  "id": "ai.newnal.trustsquare.getActorHistory",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "NotFound"
        },
        {
          "name": "HistoryHidden"
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "items"
          ],
          "properties": {
            "items": {
              "type": "array",
              "items": {
                "ref": "ai.newnal.trustsquare.defs#historyItem",
                "type": "ref"
              }
            },
            "cursor": {
              "type": "string"
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "actor"
        ],
        "properties": {
          "kind": {
            "type": "string",
            "default": "all",
            "knownValues": [
              "all",
              "comment",
              "chat"
            ]
          },
          "actor": {
            "type": "string",
            "format": "at-identifier"
          },
          "limit": {
            "type": "integer",
            "default": 30,
            "maximum": 100,
            "minimum": 1
          },
          "cursor": {
            "type": "string"
          }
        }
      },
      "description": "Everything an account wrote on Trust Square, newest first."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against ai.newnal.trustsquare.getActorHistory

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:75qhtany5zmo7d3i2ni5d7nf
CID
bafyreigseabje7b4r2hlpkwzhne75mvidiple24pdqsdyk5ndmzyevxxha
Indexed At
2026-09-14 10:06 UTC
AT-URI
at://did:plc:75qhtany5zmo7d3i2ni5d7nf/com.atproto.lexicon.schema/ai.newnal.trustsquare.getActorHistory

Referenced Schemas (1)

Lexicon Garden

@