org.swappulse.cardReview

bridge.swappulse.org

{
  "id": "org.swappulse.cardReview",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "cardUri",
          "artwork",
          "playability",
          "collectibility",
          "investment",
          "createdAt"
        ],
        "properties": {
          "artwork": {
            "type": "integer",
            "maximum": 5,
            "minimum": 1
          },
          "cardUri": {
            "type": "string"
          },
          "variant": {
            "type": "string",
            "knownValues": [
              "normal",
              "holo",
              "reverse_holo"
            ]
          },
          "cardName": {
            "type": "string"
          },
          "cardImage": {
            "type": "string",
            "format": "uri"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "investment": {
            "type": "integer",
            "maximum": 5,
            "minimum": 1
          },
          "reviewText": {
            "type": "string",
            "maxLength": 2000
          },
          "playability": {
            "type": "integer",
            "maximum": 5,
            "minimum": 1
          },
          "reviewerDid": {
            "type": "string",
            "format": "did"
          },
          "reviewerName": {
            "type": "string"
          },
          "collectibility": {
            "type": "integer",
            "maximum": 5,
            "minimum": 1
          },
          "reviewerHandle": {
            "type": "string"
          }
        }
      },
      "description": "A multi-axis card review."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "revision": 1,
  "description": "A collector's multi-axis review of a specific card (artwork, playability, collectibility, investment), mirrored to AT Protocol so reviews are portable and discoverable across instances."
}

Validate Record

Validate a record against org.swappulse.cardReview

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@