dev.cartridge.actor.getProfile

cartridge.dev

{
  "id": "dev.cartridge.actor.getProfile",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "properties": {
            "roles": {
              "type": "array",
              "items": {
                "type": "string",
                "knownValues": [
                  "superadmin",
                  "admin"
                ]
              }
            },
            "handle": {
              "type": "string",
              "format": "handle"
            },
            "profile": {
              "refs": [
                "games.gamesgamesgamesgames.defs#actorProfileDetailView",
                "games.gamesgamesgamesgames.defs#orgProfileDetailView"
              ],
              "type": "union"
            },
            "profileType": {
              "type": "string",
              "maxLength": 64,
              "knownValues": [
                "actor",
                "org"
              ]
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "properties": {
          "handle": {
            "type": "string",
            "format": "at-identifier"
          }
        }
      },
      "description": "Get a Cartridge profile with roles. Wraps games.gamesgamesgamesgames.getProfile and appends a roles array."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against dev.cartridge.actor.getProfile

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

Metadata

DID
did:plc:4mrwcmxk266itsdn33leqljq
CID
bafyreigs3qq2jsr4p6n4qh7pduumiggg6lvuorzukonyvnbbjfmaiazxnq
Indexed At
2026-07-17 14:55 UTC
AT-URI
at://did:plc:4mrwcmxk266itsdn33leqljq/com.atproto.lexicon.schema/dev.cartridge.actor.getProfile

Referenced Schemas (2)

Lexicon Garden

@