# click.croft.tools.jasper

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

## Definitions

### `click.croft.tools.jasper`

**Type**: `object`

Metadata for the Jasper tool usage.

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `recordsImported` | `integer` | No | The number of records (photos, videos, or stories) imported. |

## Raw Schema

```json
{
  "id": "click.croft.tools.jasper",
  "defs": {
    "main": {
      "type": "object",
      "properties": {
        "recordsImported": {
          "type": "integer",
          "description": "The number of records (photos, videos, or stories) imported."
        }
      },
      "description": "Metadata for the Jasper tool usage."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
