ai.newnal.trustsquare.getComments

bezalel-newnal.bsky.social

{
  "id": "ai.newnal.trustsquare.getComments",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "NotFound"
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "comments"
          ],
          "properties": {
            "cursor": {
              "type": "string"
            },
            "comments": {
              "type": "array",
              "items": {
                "ref": "ai.newnal.trustsquare.defs#threadView",
                "type": "ref"
              }
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "square"
        ],
        "properties": {
          "sort": {
            "type": "string",
            "default": "trust",
            "knownValues": [
              "trust",
              "newest",
              "top",
              "oldest"
            ]
          },
          "limit": {
            "type": "integer",
            "default": 30,
            "maximum": 100,
            "minimum": 1
          },
          "cursor": {
            "type": "string"
          },
          "square": {
            "type": "string",
            "format": "at-uri"
          }
        }
      },
      "description": "List root comments of a Square with a few inline replies each."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against ai.newnal.trustsquare.getComments

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

Metadata

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

Referenced Schemas (1)

Lexicon Garden

@