org.atsui.List

atsui.org

{
  "id": "org.atsui.List",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "query"
          ],
          "properties": {
            "input": {
              "type": "unknown",
              "description": "Parameters to pass to the query."
            },
            "query": {
              "type": "string",
              "format": "nsid",
              "description": "XRPC query to call for pages of items. Resolved through the import stack via at.inlay.endpoint records."
            }
          }
        },
        "encoding": "application/json"
      },
      "output": {
        "schema": {
          "ref": "at.inlay.defs#response",
          "type": "ref"
        },
        "encoding": "application/json"
      },
      "description": "Scrollable vertical list with paginated data source."
    },
    "page": {
      "type": "object",
      "required": [
        "items"
      ],
      "properties": {
        "items": {
          "type": "array",
          "items": {
            "ref": "at.inlay.defs#element",
            "type": "ref"
          },
          "description": "Elements to render as list rows."
        },
        "cursor": {
          "type": "string",
          "maxLength": 512,
          "description": "Opaque pagination token. Absent means no more items."
        }
      },
      "description": "Response shape from a List data source query."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against org.atsui.List

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

Metadata

DID
did:plc:e4fjueijznwqm2yxvt7q4mba
CID
bafyreidpnxlgpgzonkjfzgywnwqp3qyx63k56k5vyd6m63m3lqnqwmavca
Indexed At
2026-03-29 10:45 UTC
AT-URI
at://did:plc:e4fjueijznwqm2yxvt7q4mba/com.atproto.lexicon.schema/org.atsui.List

Version History (2 versions)

Referenced Schemas (2)

Lexicon Garden

@