# dk.raakode.lab.makker.friendship

> Published by [lexauthority.pds1.lab.raakode.dk](https://lexicon.garden/identity/did:plc:ck6ybqliyrt6irwzqflfhzdq)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:ck6ybqliyrt6irwzqflfhzdq/dk.raakode.lab.makker.friendship)
- [Documentation](https://lexicon.garden/lexicon/did:plc:ck6ybqliyrt6irwzqflfhzdq/dk.raakode.lab.makker.friendship/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:ck6ybqliyrt6irwzqflfhzdq/dk.raakode.lab.makker.friendship/examples)

## Definitions

### `dk.raakode.lab.makker.friendship`

**Type**: `record`

This account's own half of a friendship. A PUBLIC repo record: it is the input to an access decision made by a party who cannot yet read anything of this account's, so it has to be readable without a credential. Friendship is the conjunction of both halves — neither party can create the other's — which is the same posture as a public follow graph, and no more private.

**Key**: `any`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `subject` | `string` (did) | Yes |  |
| `createdAt` | `string` (datetime) | Yes |  |

## Raw Schema

```json
{
  "id": "dk.raakode.lab.makker.friendship",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "subject",
          "createdAt"
        ],
        "properties": {
          "subject": {
            "type": "string",
            "format": "did"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "This account's own half of a friendship. A PUBLIC repo record: it is the input to an access decision made by a party who cannot yet read anything of this account's, so it has to be readable without a credential. Friendship is the conjunction of both halves — neither party can create the other's — which is the same posture as a public follow graph, and no more private."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
