# com.publicdomainrelay.temp.market.badgeBlueKey

> Published by [johnandersen777.bsky.social](https://lexicon.garden/identity/did:plc:5svqtrhheairglgiiyvutzik)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:5svqtrhheairglgiiyvutzik/com.publicdomainrelay.temp.market.badgeBlueKey)
- [Documentation](https://lexicon.garden/lexicon/did:plc:5svqtrhheairglgiiyvutzik/com.publicdomainrelay.temp.market.badgeBlueKey/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:5svqtrhheairglgiiyvutzik/com.publicdomainrelay.temp.market.badgeBlueKey/examples)

## Definitions

### `com.publicdomainrelay.temp.market.badgeBlueKey`

**Type**: `record`

Publishes the public half of a badge.blue attestation key that this repo signs market.* records with. The record key is the key's did:key, so a verifier can look up a key by did:key directly in the author's PDS repo — a PDS-native key registry complementing DID-document key binding.

**Key**: `any`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `key` | `string` (did) | Yes | The did:key of the public key (the same value as this record's key). |
| `issuer` | `string` (did) | No | DID (e.g. a did:web) that controls/advertises this key when it is bound to a service identity. |
| `createdAt` | `string` (datetime) | Yes |  |

## Raw Schema

```json
{
  "id": "com.publicdomainrelay.temp.market.badgeBlueKey",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "key",
          "createdAt"
        ],
        "properties": {
          "key": {
            "type": "string",
            "format": "did",
            "description": "The did:key of the public key (the same value as this record's key)."
          },
          "issuer": {
            "type": "string",
            "format": "did",
            "description": "DID (e.g. a did:web) that controls/advertises this key when it is bound to a service identity."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "Publishes the public half of a badge.blue attestation key that this repo signs market.* records with. The record key is the key's did:key, so a verifier can look up a key by did:key directly in the author's PDS repo — a PDS-native key registry complementing DID-document key binding."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
