# PullModel


[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
{
  "properties": {
    "country": {
      "description": "Country. Present for results grouped by geography and repository.",
      "type": "string"
    },
    "end": {
      "description": "End of the reporting interval in RFC 3339 format.",
      "format": "date-time",
      "type": "string"
    },
    "ipCount": {
      "type": "integer"
    },
    "namespace": {
      "description": "Namespace name. Present for results grouped by namespace.",
      "type": "string"
    },
    "pullCount": {
      "type": "integer"
    },
    "repo": {
      "description": "Repository name. Present for results grouped by repository.",
      "type": "string"
    },
    "start": {
      "description": "Start of the reporting interval in RFC 3339 format.",
      "format": "date-time",
      "type": "string"
    }
  },
  "type": "object"
}
```



