# app.honks.feed.honk

> Published by [honks.app](https://lexicon.garden/identity/did:plc:oqeockam5nyekvgezckp3g3v)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:oqeockam5nyekvgezckp3g3v/app.honks.feed.honk)
- [Documentation](https://lexicon.garden/lexicon/did:plc:oqeockam5nyekvgezckp3g3v/app.honks.feed.honk/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:oqeockam5nyekvgezckp3g3v/app.honks.feed.honk/examples)

## Definitions

### `app.honks.feed.honk`

**Type**: `record`

Record containing a honk. Who are we kidding. Honks should not be contained.

**Key**: `tid`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `event` | `string` | Yes | The default setting for this label. |
| `subject` | `string` (did) | No | DID of the account to be honked at. |
| `createdAt` | `string` (datetime) | Yes |  |
| `signature` | `bytes` | Yes | The signature of the honk. This is used to verify the authenticity of the honk coming from the honks.app service. |
| `signatureKey` | `string` (did) | Yes | DID of the key used to sign the honk. |

### `app.honks.feed.honk#honkAngry`

**Type**: `token`

User sent an angry honk

User sent an angry honk

### `app.honks.feed.honk#honkHappy`

**Type**: `token`

User sent a happy honk

User sent a happy honk

### `app.honks.feed.honk#honkNoisy`

**Type**: `token`

User sent a noisy honk

User sent a noisy honk

### `app.honks.feed.honk#honkChaotic`

**Type**: `token`

User sent a chaotic honk

User sent a chaotic honk

### `app.honks.feed.honk#honkDefensive`

**Type**: `token`

User sent a defensive honk

User sent a defensive honk

### `app.honks.feed.honk#honkInquisitive`

**Type**: `token`

User sent an inquisitive honk

User sent an inquisitive honk

## Raw Schema

```json
{
  "id": "app.honks.feed.honk",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "did",
          "event",
          "createdAt",
          "signature",
          "signatureKey"
        ],
        "properties": {
          "event": {
            "type": "string",
            "default": "honkHappy",
            "description": "The default setting for this label.",
            "knownValues": [
              "#honkAngry",
              "#honkChaotic",
              "#honkDefensive",
              "#honkHappy",
              "#honkInquisitive",
              "#honkNoisy"
            ]
          },
          "subject": {
            "type": "string",
            "format": "did",
            "description": "DID of the account to be honked at."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "signature": {
            "type": "bytes",
            "description": "The signature of the honk. This is used to verify the authenticity of the honk coming from the honks.app service."
          },
          "signatureKey": {
            "type": "string",
            "format": "did",
            "description": "DID of the key used to sign the honk."
          }
        }
      },
      "description": "Record containing a honk. Who are we kidding. Honks should not be contained."
    },
    "honkAngry": {
      "type": "token",
      "description": "User sent an angry honk"
    },
    "honkHappy": {
      "type": "token",
      "description": "User sent a happy honk"
    },
    "honkNoisy": {
      "type": "token",
      "description": "User sent a noisy honk"
    },
    "honkChaotic": {
      "type": "token",
      "description": "User sent a chaotic honk"
    },
    "honkDefensive": {
      "type": "token",
      "description": "User sent a defensive honk"
    },
    "honkInquisitive": {
      "type": "token",
      "description": "User sent an inquisitive honk"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
