org.swappulse.challengeEntry

bridge.swappulse.org

{
  "id": "org.swappulse.challengeEntry",
  "defs": {
    "main": {
      "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."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "revision": 1,
  "description": "A user's contribution to a challenge, mirrored to AT Protocol as a real org.swappulse.challengeEntry record. References the challenge via strongRef so entries are portable and verifiable across instances."
}

Validate Record

Validate a record against org.swappulse.challengeEntry

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@