# click.croft.tools.tourmaline

> Published by [ewancroft.uk](https://lexicon.garden/identity/did:plc:ofrbh253gwicbkc5nktqepol)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:ofrbh253gwicbkc5nktqepol/click.croft.tools.tourmaline)
- [Documentation](https://lexicon.garden/lexicon/did:plc:ofrbh253gwicbkc5nktqepol/click.croft.tools.tourmaline/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:ofrbh253gwicbkc5nktqepol/click.croft.tools.tourmaline/examples)

## Definitions

### `click.croft.tools.tourmaline`

**Type**: `object`

Metadata for the Tourmaline tool usage.

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `sharedToBluesky` | `boolean` | No | Whether the analysis was shared to Bluesky. |
| `scrobblesAnalyzed` | `integer` | No | The number of Teal.fm scrobbles analyzed. |

## Raw Schema

```json
{
  "id": "click.croft.tools.tourmaline",
  "defs": {
    "main": {
      "type": "object",
      "properties": {
        "sharedToBluesky": {
          "type": "boolean",
          "description": "Whether the analysis was shared to Bluesky."
        },
        "scrobblesAnalyzed": {
          "type": "integer",
          "description": "The number of Teal.fm scrobbles analyzed."
        }
      },
      "description": "Metadata for the Tourmaline tool usage."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
