# click.croft.tools.malachite

> 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.malachite)
- [Documentation](https://lexicon.garden/lexicon/did:plc:ofrbh253gwicbkc5nktqepol/click.croft.tools.malachite/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:ofrbh253gwicbkc5nktqepol/click.croft.tools.malachite/examples)

## Definitions

### `click.croft.tools.malachite`

**Type**: `object`

Metadata for the Malachite tool usage.

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `mode` | `string` | No | The import mode used (e.g. 'lastfm', 'spotify', 'combined', 'deduplicate'). |
| `recordsImported` | `integer` | No | The number of records successfully imported or deduplicated. |

## Raw Schema

```json
{
  "id": "click.croft.tools.malachite",
  "defs": {
    "main": {
      "type": "object",
      "properties": {
        "mode": {
          "type": "string",
          "description": "The import mode used (e.g. 'lastfm', 'spotify', 'combined', 'deduplicate')."
        },
        "recordsImported": {
          "type": "integer",
          "description": "The number of records successfully imported or deduplicated."
        }
      },
      "description": "Metadata for the Malachite tool usage."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
