app.blebbit.authr.group.listGroups

blebbit.app

{
  "id": "app.blebbit.authr.group.listGroups",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "properties": {
            "groups": {
              "type": "array",
              "items": {
                "type": "object",
                "properties": {
                  "cuid": {
                    "type": "string"
                  },
                  "name": {
                    "type": "string"
                  },
                  "public": {
                    "type": "boolean"
                  },
                  "display": {
                    "type": "string"
                  },
                  "description": {
                    "type": "string"
                  }
                }
              }
            }
          }
        },
        "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": "group",
    "lplural": "groups"
  },
  "description": "get a group list"
}

Validate Record

Validate a record against app.blebbit.authr.group.listGroups

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:veavz5io7eocwh7dbrhr2thi
CID
bafyreibgqhxxojo6u264pvsviwopolr7zauqegpzrqaydjrsjpzn6mqewu
Indexed At
2026-02-12 22:16 UTC
AT-URI
at://did:plc:veavz5io7eocwh7dbrhr2thi/com.atproto.lexicon.schema/app.blebbit.authr.group.listGroups

Lexicon Garden

@