io.kich.accomplishment

lexicon.store View official

{
  "id": "io.kich.accomplishment",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "type",
          "createdAt"
        ],
        "properties": {
          "type": {
            "type": "string",
            "description": "Accomplishment type key (e.g. first_made, first_recipe)"
          },
          "metadata": {
            "type": "unknown",
            "description": "Optional free-form metadata for extra accomplishment context."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "Record declaring that the user has earned an accomplishment (badge/milestone). One record per accomplishment type per user."
}

Validate Record

Validate a record against io.kich.accomplishment

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:web:lexicon.store
CID
bafyreihuwbzpei253xcs4ik537t7wgfvfqp5bjcewbfzoy5pvpmas5smpm
Indexed At
2026-03-20 15:55 UTC
AT-URI
at://did:web:lexicon.store/com.atproto.lexicon.schema/io.kich.accomplishment

Lexicon Garden

@