org.swappulse.collectionEntry

bridge.swappulse.org

Documentation

A single card entry in a collector's collection.

main record

A single card entry in a collector's collection.

Record Key tid Timestamp-based ID

Properties

acquisitionDate string date Optional

No description available.

authorAvatar string uri Optional

A valid URI.

authorDid string did Optional

A decentralized identifier (DID).

authorHandle string Optional

No description available.

authorName string Optional

No description available.

binderIndex integer Optional

No description available.

cardName string Required

No description available.

cardNumber string Optional

Card number within the set

cardUri string Required

TCGDex card id (canonical reference to the catalog record)

category string Optional

No description available.

condition string Optional

No description available.

Known values: mint, near_mint, excellent, good, damaged
createdAt string datetime Required

An RFC 3339 formatted timestamp.

imageUrl string uri Optional

A valid URI.

marketValue number Optional

No description available.

notes string Optional

No description available.

maxLength: 500 bytes
purchasePrice number Optional

No description available.

rarity string Optional

No description available.

setCode string Optional

Canonical TCGDex set id (e.g. sv04.5)

setName string Optional

No description available.

showcased boolean Optional

No description available.

variant string Optional

No description available.

Known values: normal, holo, reverse_holo
View raw schema
{
  "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."
}

Lexicon Garden

@