com.suibari.nagi.registerPushSubscription

suibari.com

{
  "id": "com.suibari.nagi.registerPushSubscription",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "endpoint",
            "keys"
          ],
          "properties": {
            "keys": {
              "ref": "#pushKeys",
              "type": "ref"
            },
            "endpoint": {
              "type": "string",
              "format": "uri"
            },
            "capability": {
              "type": "string",
              "maxLength": 128,
              "minLength": 32
            },
            "installationId": {
              "type": "string",
              "maxLength": 36,
              "minLength": 36
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "AuthRequired"
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "registered"
          ],
          "properties": {
            "registered": {
              "type": "boolean"
            }
          }
        },
        "encoding": "application/json"
      }
    },
    "pushKeys": {
      "type": "object",
      "required": [
        "p256dh",
        "auth"
      ],
      "properties": {
        "auth": {
          "type": "string"
        },
        "p256dh": {
          "type": "string"
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against com.suibari.nagi.registerPushSubscription

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:uixgxpiqf4i63p6rgpu7ytmx
CID
bafyreib7kzcxdr6z4eh5ssa3ywb4kfduzeudimq3ndhbxhhxcbydakgeza
Indexed At
2026-08-22 09:06 UTC
AT-URI
at://did:plc:uixgxpiqf4i63p6rgpu7ytmx/com.atproto.lexicon.schema/com.suibari.nagi.registerPushSubscription

Version History (2 versions)

Lexicon Garden

@