org.swappulse.collectionEntry

bridge.swappulse.org

{
  "id": "org.swappulse.collectionEntry",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "cardUri",
          "cardName",
          "createdAt"
        ],
        "properties": {
          "notes": {
            "type": "string",
            "maxLength": 500
          },
          "rarity": {
            "type": "string"
          },
          "cardUri": {
            "type": "string",
            "description": "TCGDex card id (canonical reference to the catalog record)"
          },
          "setCode": {
            "type": "string",
            "description": "Canonical TCGDex set id (e.g. sv04.5)"
          },
          "setName": {
            "type": "string"
          },
          "variant": {
            "type": "string",
            "knownValues": [
              "normal",
              "holo",
              "reverse_holo"
            ]
          },
          "cardName": {
            "type": "string"
          },
          "category": {
            "type": "string"
          },
          "imageUrl": {
            "type": "string",
            "format": "uri"
          },
          "authorDid": {
            "type": "string",
            "format": "did"
          },
          "condition": {
            "type": "string",
            "knownValues": [
              "mint",
              "near_mint",
              "excellent",
              "good",
              "damaged"
            ]
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "showcased": {
            "type": "boolean"
          },
          "authorName": {
            "type": "string"
          },
          "cardNumber": {
            "type": "string",
            "description": "Card number within the set"
          },
          "binderIndex": {
            "type": "integer"
          },
          "marketValue": {
            "type": "number"
          },
          "authorAvatar": {
            "type": "string",
            "format": "uri"
          },
          "authorHandle": {
            "type": "string"
          },
          "purchasePrice": {
            "type": "number"
          },
          "acquisitionDate": {
            "type": "string",
            "format": "date"
          }
        }
      },
      "description": "A single card entry in a collector's collection."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "revision": 1,
  "description": "A Pokémon TCG card held in a collector's digital binder. Mirrored from the SwapPulse CollectionEntry entity so collection state is portable across PDSs."
}

Validate Record

Validate a record against org.swappulse.collectionEntry

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@