app.certified.badge.response

certified.app

{
  "id": "app.certified.badge.response",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "badgeAward",
          "response",
          "createdAt"
        ],
        "properties": {
          "weight": {
            "type": "string",
            "maxLength": 50,
            "description": "Optional relative weight for accepted badges, assigned by the recipient."
          },
          "response": {
            "type": "string",
            "description": "The recipient’s response for the badge (accepted or rejected).",
            "knownValues": [
              "accepted",
              "rejected"
            ]
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Client-declared timestamp when this record was originally created"
          },
          "badgeAward": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "Strong reference to the badge award being responded to. The record referenced must conform with the lexicon app.certified.badge.award."
          },
          "signatures": {
            "ref": "app.certified.signature.defs#list",
            "type": "ref",
            "description": "Optional cryptographic signatures attesting to this record's content."
          }
        }
      },
      "description": "Recipient response to a badge award."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.certified.badge.response

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:apun3uo5jqm34pxzqq6on754
CID
bafyreid3jomhjnvq6bskh4frevo6cjc4pi4tcxr3g46myyvtptelaakfdq
Indexed At
2026-07-26 20:06 UTC
AT-URI
at://did:plc:apun3uo5jqm34pxzqq6on754/com.atproto.lexicon.schema/app.certified.badge.response

Version History (3 versions)

Referenced Schemas (1)

Lexicon Garden

@