# email.atmos.defs

> Published by [comail.at](https://lexicon.garden/identity/did:plc:yu6rmwoemqfnmsdkljyvmuhg)

✓ This is the authoritative definition for this NSID.

## Description

Shared definitions for the Comail cooperative. Documents the label vocabulary used by the cooperative labeler; the labeler emits the corresponding kebab-case string values.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:yu6rmwoemqfnmsdkljyvmuhg/email.atmos.defs)
- [Documentation](https://lexicon.garden/lexicon/did:plc:yu6rmwoemqfnmsdkljyvmuhg/email.atmos.defs/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:yu6rmwoemqfnmsdkljyvmuhg/email.atmos.defs/examples)

## Definitions

### `email.atmos.defs#cooperativeLabel`

**Type**: `string`

Label values emitted by the cooperative labeling service on member DIDs.

**Known Values**:
- `verified-mail-operator`
- `relay-member`
- `clean-sender`

## Raw Schema

```json
{
  "id": "email.atmos.defs",
  "defs": {
    "cooperativeLabel": {
      "type": "string",
      "description": "Label values emitted by the cooperative labeling service on member DIDs.",
      "knownValues": [
        "verified-mail-operator",
        "relay-member",
        "clean-sender"
      ]
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "Shared definitions for the Comail cooperative. Documents the label vocabulary used by the cooperative labeler; the labeler emits the corresponding kebab-case string values."
}
```
