# click.croft.tools.opal

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

## Definitions

### `click.croft.tools.opal`

**Type**: `object`

Metadata for the Opal tool usage.

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `postsImported` | `integer` | No | The number of posts imported to Bluesky. |

## Raw Schema

```json
{
  "id": "click.croft.tools.opal",
  "defs": {
    "main": {
      "type": "object",
      "properties": {
        "postsImported": {
          "type": "integer",
          "description": "The number of posts imported to Bluesky."
        }
      },
      "description": "Metadata for the Opal tool usage."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
