# NamespaceMetadata


[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": [
    {
      "datasets": [
        {
          "name": "pulls",
          "timespans": [
            "months",
            "weeks"
          ],
          "views": [
            "raw",
            "summary",
            "repo-summary",
            "namespace-summary",
            "geo-repo-summary"
          ]
        }
      ],
      "extensionPublisher": false,
      "extraRepos": null,
      "namespace": "org1",
      "publisherType": "DVP"
    },
    {
      "datasets": [
        {
          "name": "pulls",
          "timespans": [
            "months",
            "weeks"
          ],
          "views": [
            "repo-summary",
            "namespace-summary"
          ]
        },
        {
          "name": "extensions",
          "timespans": [
            "months",
            "weeks"
          ],
          "views": [
            "ext-summary"
          ]
        }
      ],
      "extensionPublisher": true,
      "extraRepos": null,
      "namespace": "org4",
      "publisherType": "DVP"
    }
  ],
  "properties": {
    "datasets": {
      "items": {
        "$ref": "#/components/schemas/DatasetModel"
      },
      "type": "array"
    },
    "extensionPublisher": {
      "description": "Whether the namespace is an extension publisher.",
      "type": "boolean"
    },
    "extraRepos": {
      "description": "Additional repositories associated with the namespace. Null when none are configured.",
      "items": {
        "type": "string"
      },
      "type": [
        "array",
        "null"
      ]
    },
    "namespace": {
      "type": "string"
    },
    "publisherType": {
      "description": "Publisher program associated with the namespace.",
      "type": "string"
    }
  },
  "type": "object"
}
```



