app.blebbit.authr.folder.listFolders

blebbit.app

{
  "id": "app.blebbit.authr.folder.listFolders",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "properties": {
            "folders": {
              "type": "array",
              "items": {
                "type": "object",
                "properties": {
                  "cuid": {
                    "type": "string"
                  },
                  "name": {
                    "type": "string"
                  },
                  "public": {
                    "type": "boolean"
                  }
                }
              }
            }
          }
        },
        "encoding": "application/json"
      },
      "$authzed": "read",
      "$flexicon": {
        "action": "list"
      },
      "parameters": {
        "type": "params",
        "properties": {
          "limit": {
            "type": "integer"
          },
          "cursor": {
            "type": "string"
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "revision": 1,
  "$flexicon": {
    "lname": "folder",
    "lplural": "folders"
  },
  "description": "get a folder list"
}

Validate Record

Validate a record against app.blebbit.authr.folder.listFolders

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:veavz5io7eocwh7dbrhr2thi
CID
bafyreihfoo64cdifqo7knukrlaa6ns2zc5msob7ik2tf4prf2hwmyq5xpu
Indexed At
2026-01-09 01:39 UTC
AT-URI
at://did:plc:veavz5io7eocwh7dbrhr2thi/com.atproto.lexicon.schema/app.blebbit.authr.folder.listFolders

Lexicon Garden

@