app.rocksky.charts.defs

rocksky.app

Documentation

chartsView object

No description available.

Properties

View raw schema
{
  "type": "object",
  "properties": {
    "scrobbles": {
      "type": "array",
      "items": {
        "ref": "app.rocksky.charts.defs#scrobbleViewBasic",
        "type": "ref"
      }
    }
  }
}
scrobbleViewBasic object

No description available.

Properties

count integer Optional

The number of scrobbles on this date.

date string datetime Optional

The date of the scrobble.

View raw schema
{
  "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."
    }
  }
}

Lexicon Garden

@