# app.rocksky.charts.defs

> Published by [rocksky.app](https://lexicon.garden/identity/did:plc:vegqomyce4ssoqs7zwqvgqty)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:vegqomyce4ssoqs7zwqvgqty/app.rocksky.charts.defs)
- [Documentation](https://lexicon.garden/lexicon/did:plc:vegqomyce4ssoqs7zwqvgqty/app.rocksky.charts.defs/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:vegqomyce4ssoqs7zwqvgqty/app.rocksky.charts.defs/examples)

## Definitions

### `app.rocksky.charts.defs#chartsView`

**Type**: `object`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `scrobbles` | `array` | No |  |

### `app.rocksky.charts.defs#scrobbleViewBasic`

**Type**: `object`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `date` | `string` (datetime) | No | The date of the scrobble. |
| `count` | `integer` | No | The number of scrobbles on this date. |

## Raw Schema

```json
{
  "id": "app.rocksky.charts.defs",
  "defs": {
    "chartsView": {
      "type": "object",
      "properties": {
        "scrobbles": {
          "type": "array",
          "items": {
            "ref": "app.rocksky.charts.defs#scrobbleViewBasic",
            "type": "ref"
          }
        }
      }
    },
    "scrobbleViewBasic": {
      "type": "object",
      "properties": {
        "date": {
          "type": "string",
          "format": "datetime",
          "description": "The date of the scrobble."
        },
        "count": {
          "type": "integer",
          "description": "The number of scrobbles on this date."
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
