org.swappulse.journal

bridge.swappulse.org

{
  "id": "org.swappulse.journal",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "title",
          "body",
          "visibility",
          "createdAt"
        ],
        "properties": {
          "body": {
            "type": "string",
            "maxLength": 50000
          },
          "tags": {
            "type": "array",
            "items": {
              "type": "string",
              "maxLength": 30
            },
            "maxLength": 10
          },
          "title": {
            "type": "string",
            "maxLength": 200
          },
          "subtitle": {
            "type": "string",
            "maxLength": 300
          },
          "authorDid": {
            "type": "string",
            "format": "did"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "likeCount": {
            "type": "integer"
          },
          "authorName": {
            "type": "string"
          },
          "visibility": {
            "type": "string",
            "knownValues": [
              "public",
              "followers",
              "private"
            ]
          },
          "publishedAt": {
            "type": "string",
            "format": "datetime"
          },
          "authorAvatar": {
            "type": "string",
            "format": "uri"
          },
          "authorHandle": {
            "type": "string"
          },
          "coverImageUri": {
            "type": "string",
            "format": "uri"
          },
          "embeddedStats": {
            "type": "object",
            "properties": {
              "totalCards": {
                "type": "integer"
              },
              "rarestCardUri": {
                "type": "string"
              },
              "setCompletionPercent": {
                "type": "number"
              },
              "totalCollectionValue": {
                "type": "number"
              }
            }
          },
          "embeddedCardUris": {
            "type": "array",
            "items": {
              "type": "string",
              "format": "at-uri"
            },
            "maxLength": 20
          }
        }
      },
      "description": "A published collector journal entry."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "revision": 1,
  "description": "A collector's published journal entry, mirrored to AT Protocol as a real org.swappulse.journal record so journals are portable and discoverable across instances."
}

Validate Record

Validate a record against org.swappulse.journal

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:jwoatauidzr4lollmro2gh35
CID
bafyreievw7owi3lb2exeysc34uvdf7in7ej6ldwspfmvptqyyupnmn22pi
Indexed At
2026-08-16 00:57 UTC
AT-URI
at://did:plc:jwoatauidzr4lollmro2gh35/com.atproto.lexicon.schema/org.swappulse.journal

Lexicon Garden

@