org.swappulse.challengeEntry

bridge.swappulse.org

Documentation

A challenge entry contribution.

main record

A challenge entry contribution.

Record Key tid Timestamp-based ID

Properties

category string Optional

No description available.

challengeId string Required

No description available.

challengeRef string at-uri Optional

An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).

collectionTotalValue number Optional

No description available.

contributionCount integer Optional

No description available.

contributionUris array of string at-uri Optional

No description available.

maxLength: 1000 items
createdAt string datetime Required

An RFC 3339 formatted timestamp.

deckList array of object Optional

No description available.

entryType string Required

No description available.

Known values: set_progress, deck_list, card_pull, collection_value
moderatorLabels array of string Optional

No description available.

notes string Optional

No description available.

maxLength: 500 bytes
overrideProfileVisibility object Optional

No description available.

participantDid string did Optional

A decentralized identifier (DID).

participantName string Optional

No description available.

pullPostUri string at-uri Optional

An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).

rejectionReason string Optional

No description available.

maxLength: 200 bytes
setCompletionPercent number Optional

No description available.

status string Optional

No description available.

Known values: pending, approved, rejected, expired
submittedAt string datetime Required

An RFC 3339 formatted timestamp.

verificationHash string Optional

No description available.

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "challengeId",
      "entryType",
      "submittedAt",
      "createdAt"
    ],
    "properties": {
      "notes": {
        "type": "string",
        "maxLength": 500
      },
      "status": {
        "type": "string",
        "knownValues": [
          "pending",
          "approved",
          "rejected",
          "expired"
        ]
      },
      "category": {
        "type": "string"
      },
      "deckList": {
        "type": "array",
        "items": {
          "type": "object"
        }
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      },
      "entryType": {
        "type": "string",
        "knownValues": [
          "set_progress",
          "deck_list",
          "card_pull",
          "collection_value"
        ]
      },
      "challengeId": {
        "type": "string"
      },
      "pullPostUri": {
        "type": "string",
        "format": "at-uri"
      },
      "submittedAt": {
        "type": "string",
        "format": "datetime"
      },
      "challengeRef": {
        "type": "string",
        "format": "at-uri"
      },
      "participantDid": {
        "type": "string",
        "format": "did"
      },
      "moderatorLabels": {
        "type": "array",
        "items": {
          "type": "string"
        }
      },
      "participantName": {
        "type": "string"
      },
      "rejectionReason": {
        "type": "string",
        "maxLength": 200
      },
      "contributionUris": {
        "type": "array",
        "items": {
          "type": "string",
          "format": "at-uri"
        },
        "maxLength": 1000
      },
      "verificationHash": {
        "type": "string"
      },
      "contributionCount": {
        "type": "integer"
      },
      "collectionTotalValue": {
        "type": "number"
      },
      "setCompletionPercent": {
        "type": "number"
      },
      "overrideProfileVisibility": {
        "type": "object"
      }
    }
  },
  "description": "A challenge entry contribution."
}

Lexicon Garden

@