app.ocho.push.register

ocho-lexicons.ocho.app

{
  "id": "app.ocho.push.register",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "pushToken"
          ],
          "properties": {
            "pushToken": {
              "type": "string",
              "description": "The expo push token"
            }
          }
        },
        "encoding": "application/json"
      },
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "success"
          ],
          "properties": {
            "success": {
              "type": "boolean",
              "description": "Whether the token was successfully registered."
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Registers for push notifications on a given device."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.ocho.push.register

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:jm4zwg4raokwfysioe7767zh
CID
bafyreiezgbb7q6lolyvib64zphjig2o6kyivoyh65vf6u4afxhgatf54cq
Indexed At
2026-01-12 09:39 UTC
AT-URI
at://did:plc:jm4zwg4raokwfysioe7767zh/com.atproto.lexicon.schema/app.ocho.push.register

Lexicon Garden

@