Backfill in-progress. Some lexicons and records may be missing or incomplete.

app.bsky.notification.registerPush

bsky-lexicons.bsky.social

{
  "id": "app.bsky.notification.registerPush",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "serviceDid",
            "token",
            "platform",
            "appId"
          ],
          "properties": {
            "appId": {
              "type": "string"
            },
            "token": {
              "type": "string"
            },
            "platform": {
              "type": "string",
              "knownValues": [
                "ios",
                "android",
                "web"
              ]
            },
            "serviceDid": {
              "type": "string",
              "format": "did"
            },
            "ageRestricted": {
              "type": "boolean",
              "description": "Set to true when the actor is age restricted"
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Register to receive push notifications, via a specified service, for the requesting account. Requires auth."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.bsky.notification.registerPush

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:4v4y5r3lwsbtmsxhile2ljac
CID
bafyreiayl6ngk3ckmaorocgbwxf2ruqgficcbkm2xvoja2crnyul66u3hy
Indexed At
2026-01-04 19:38 UTC
AT-URI
at://did:plc:4v4y5r3lwsbtmsxhile2ljac/com.atproto.lexicon.schema/app.bsky.notification.registerPush

Lexicon Garden

@