# TimespanData


[API catalog](/reference/api/) · [Publisher analytics overview](/reference/api/dvp/latest/) · [Product manual](https://docs.docker.com/docker-hub/repos/manage/trusted-content/insights-analytics/) · [OpenAPI specification](/reference/api/dvp/latest.yaml)

API version: 1.0.0



Schema constraints and annotations:

```json
{
  "examples": [
    {
      "months": [
        {
          "month": 5
        },
        {
          "month": 7
        }
      ]
    },
    {
      "weeks": [
        {
          "week": 31
        },
        {
          "week": 32
        }
      ]
    }
  ],
  "oneOf": [
    {
      "$ref": "#/components/schemas/MonthData"
    },
    {
      "$ref": "#/components/schemas/WeekData"
    }
  ]
}
```



