org.swappulse.binder

bridge.swappulse.org

{
  "id": "org.swappulse.binder",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "title",
          "visibility",
          "createdAt"
        ],
        "properties": {
          "pages": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "slots": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "slotIndex": {
                        "type": "integer",
                        "maximum": 6,
                        "minimum": 1
                      },
                      "customCaption": {
                        "type": "string",
                        "maxLength": 100
                      },
                      "collectionEntryUri": {
                        "type": "string",
                        "format": "at-uri"
                      }
                    }
                  },
                  "maxLength": 6,
                  "minLength": 6
                },
                "pageNumber": {
                  "type": "integer",
                  "maximum": 10,
                  "minimum": 1
                }
              }
            },
            "maxLength": 10,
            "minLength": 1
          },
          "theme": {
            "type": "string",
            "knownValues": [
              "classic_purple",
              "holo_foil",
              "vintage_leather",
              "midnight",
              "rainbow",
              "custom"
            ]
          },
          "title": {
            "type": "string",
            "maxLength": 100
          },
          "authorDid": {
            "type": "string",
            "format": "did"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "likeCount": {
            "type": "integer"
          },
          "viewCount": {
            "type": "integer"
          },
          "authorName": {
            "type": "string"
          },
          "visibility": {
            "type": "string",
            "knownValues": [
              "public",
              "followers",
              "private"
            ]
          },
          "description": {
            "type": "string",
            "maxLength": 500
          },
          "authorAvatar": {
            "type": "string",
            "format": "uri"
          },
          "authorHandle": {
            "type": "string"
          },
          "coverImageUri": {
            "type": "string",
            "format": "uri"
          }
        }
      },
      "description": "A digital binder."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "revision": 1,
  "description": "A collector's digital binder (themed card display), mirrored to AT Protocol as a real org.swappulse.binder record so binders are portable and viewable across instances."
}

Validate Record

Validate a record against org.swappulse.binder

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@