# cloud.substratum.account.browserDiagnostics

> Published by [official.fileorbit.cloud](https://lexicon.garden/identity/did:plc:s6kq5tsir7nbyrciloncz5b3)

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:s6kq5tsir7nbyrciloncz5b3/cloud.substratum.account.browserDiagnostics)
- [Documentation](https://lexicon.garden/lexicon/did:plc:s6kq5tsir7nbyrciloncz5b3/cloud.substratum.account.browserDiagnostics/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:s6kq5tsir7nbyrciloncz5b3/cloud.substratum.account.browserDiagnostics/examples)

## Definitions

### `cloud.substratum.account.browserDiagnostics`

**Type**: `object`

Owner-repo singleton for browser RUM / diagnostics opt-out (ADR 43 R13). Fixed rkey `self`.

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `optedOut` | `boolean` | Yes | When true, browsers must not send Faro RUM for this account. |
| `updatedAt` | `string` (datetime) | Yes | When the preference was last written. |

## Raw Schema

```json
{
  "id": "cloud.substratum.account.browserDiagnostics",
  "defs": {
    "main": {
      "type": "object",
      "required": [
        "optedOut",
        "updatedAt"
      ],
      "properties": {
        "optedOut": {
          "type": "boolean",
          "description": "When true, browsers must not send Faro RUM for this account."
        },
        "updatedAt": {
          "type": "string",
          "format": "datetime",
          "description": "When the preference was last written."
        }
      },
      "description": "Owner-repo singleton for browser RUM / diagnostics opt-out (ADR 43 R13). Fixed rkey `self`."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
