# RepositoryGroup


[API catalog](/reference/api/) · [Docker Hub overview](/reference/api/hub/latest/) · [Product manual](https://docs.docker.com/docker-hub/) · [OpenAPI specification](/reference/api/hub/latest.yaml)

API version: 2-beta



Schema constraints and annotations:

```json
{
  "properties": {
    "group_id": {
      "description": "The ID of the group",
      "example": 12345,
      "format": "int64",
      "type": "integer"
    },
    "group_name": {
      "description": "The name of the group",
      "example": "developers",
      "type": "string"
    },
    "permission": {
      "description": "The permission level granted to the group",
      "enum": [
        "read",
        "write",
        "admin"
      ],
      "example": "write",
      "type": "string"
    }
  },
  "type": "object"
}
```



