app.certified.badge.award

certified.app

{
  "id": "app.certified.badge.award",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "badge",
          "subject",
          "createdAt"
        ],
        "properties": {
          "note": {
            "type": "string",
            "description": "Optional statement explaining the reason for this badge award."
          },
          "badge": {
            "ref": "app.certified.badge.definition",
            "type": "ref",
            "description": "Reference to the badge definition for this award."
          },
          "subject": {
            "refs": [
              "app.certified.defs#did",
              "com.atproto.repo.strongRef"
            ],
            "type": "union",
            "description": "Entity the badge award is for (either an account DID or any specific AT Protocol record), e.g. a user, a project, or a specific activity claim."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Client-declared timestamp when this record was originally created"
          }
        }
      },
      "description": "Records a badge award to a user, project, or activity claim."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.certified.badge.award

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

Metadata

DID
did:plc:apun3uo5jqm34pxzqq6on754
CID
bafyreidhietrdsvgcw5wrj4tvo3z34sk7meq5zitpcwkdu4vur63hcywum
Indexed At
2026-01-25 03:21 UTC
AT-URI
at://did:plc:apun3uo5jqm34pxzqq6on754/com.atproto.lexicon.schema/app.certified.badge.award

Referenced Schemas (2)

Lexicon Garden

@