# at.dholms.bulletin.label

> Published by [spacy.dholms.at](https://lexicon.garden/identity/did:plc:ryh3lb5eac6cuxutrrx7pfln)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:ryh3lb5eac6cuxutrrx7pfln/at.dholms.bulletin.label)
- [Documentation](https://lexicon.garden/lexicon/did:plc:ryh3lb5eac6cuxutrrx7pfln/at.dholms.bulletin.label/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:ryh3lb5eac6cuxutrrx7pfln/at.dholms.bulletin.label/examples)

## Definitions

### `at.dholms.bulletin.label`

**Type**: `record`

An authority-authored moderation label kept inside the board's access boundary.

**Key**: `tid`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `neg` | `boolean` | No |  |
| `val` | `string` | Yes |  |
| `subject` | `ref` → `com.atproto.repo.strongRef` | Yes |  |
| `createdAt` | `string` (datetime) | Yes |  |

## Raw Schema

```json
{
  "id": "at.dholms.bulletin.label",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "subject",
          "val",
          "createdAt"
        ],
        "properties": {
          "neg": {
            "type": "boolean"
          },
          "val": {
            "type": "string",
            "maxLength": 128,
            "knownValues": [
              "hide"
            ]
          },
          "subject": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "An authority-authored moderation label kept inside the board's access boundary."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
