app.didpic.notification.recordEvents

lexicons.didpic.app

{
  "id": "app.didpic.notification.recordEvents",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "events"
          ],
          "properties": {
            "events": {
              "type": "array",
              "items": {
                "type": "object",
                "required": [
                  "event"
                ],
                "properties": {
                  "ts": {
                    "type": "string",
                    "format": "datetime"
                  },
                  "did": {
                    "type": "string",
                    "format": "did"
                  },
                  "event": {
                    "type": "string"
                  },
                  "props": {
                    "type": "unknown"
                  },
                  "platform": {
                    "type": "string"
                  },
                  "appVersion": {
                    "type": "string"
                  }
                }
              },
              "maxLength": 20
            }
          }
        },
        "encoding": "application/json"
      },
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "inserted"
          ],
          "properties": {
            "inserted": {
              "type": "integer"
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Submit a batch of analytics events from the mobile app."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.didpic.notification.recordEvents

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:an2jtp4jgkkbtmwfzhpbxawd
CID
bafyreicv52wabfw24lokjlpxsz6jztcxudpr4zngg6a3f2cjb4ofevp6x4
Indexed At
2026-06-06 05:08 UTC
AT-URI
at://did:plc:an2jtp4jgkkbtmwfzhpbxawd/com.atproto.lexicon.schema/app.didpic.notification.recordEvents

Lexicon Garden

@