app.blebbit.authr.group.listGroupRelationships

blebbit.app

{
  "id": "app.blebbit.authr.group.listGroupRelationships",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "properties": {
            "groups": {
              "type": "array",
              "items": {
                "type": "object",
                "properties": {
                  "subject": {
                    "type": "string"
                  },
                  "relation": {
                    "type": "string"
                  },
                  "resource": {
                    "type": "string"
                  }
                }
              }
            }
          }
        },
        "encoding": "application/json"
      },
      "$authzed": "admin",
      "$flexicon": {
        "action": "rel-list"
      },
      "parameters": {
        "type": "params",
        "properties": {
          "id": {
            "type": "string"
          },
          "limit": {
            "type": "integer"
          },
          "cursor": {
            "type": "string"
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "revision": 1,
  "$flexicon": {
    "lname": "group",
    "lplural": "groups"
  },
  "description": "get a list of relationships for a group"
}

Validate Record

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

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@