# DatasetModel


[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
{
  "description": "Datasets and views available to the publisher, based on its entitlements.",
  "properties": {
    "name": {
      "$ref": "#/components/schemas/DatasetType"
    },
    "timespans": {
      "items": {
        "$ref": "#/components/schemas/TimespanType"
      },
      "type": "array"
    },
    "views": {
      "items": {
        "$ref": "#/components/schemas/DataviewType"
      },
      "type": "array"
    }
  },
  "type": "object"
}
```



