app.navyfragen.message

navyfragen.app

{
  "id": "app.navyfragen.message",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "message",
          "createdAt",
          "recipient"
        ],
        "properties": {
          "message": {
            "type": "string",
            "maxLength": 500,
            "minLength": 1
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "recipient": {
            "type": "string"
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "Anonymous messages sent to a recipient on Bluesky."
}

Validate Record

Validate a record against app.navyfragen.message

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:dvrcvhuezgh2xcqjbwnwz3hc
CID
bafyreic7p2gppxwmmc3arddnjavvz4quawgk44uzcbp4i5kntt3ylxy2gi
Indexed At
2026-06-27 03:23 UTC
AT-URI
at://did:plc:dvrcvhuezgh2xcqjbwnwz3hc/com.atproto.lexicon.schema/app.navyfragen.message

Version History (2 versions)

Lexicon Garden

@