# scim_resource_type


[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
{
  "examples": [
    {
      "description": "User",
      "endpoint": "/Users",
      "id": "User",
      "name": "User",
      "schema": "urn:ietf:params:scim:schemas:core:2.0:User",
      "schemas": [
        "urn:ietf:params:scim:schemas:core:2.0:ResourceType"
      ]
    }
  ],
  "properties": {
    "description": {
      "example": "User",
      "type": "string"
    },
    "endpoint": {
      "example": "/Users",
      "type": "string"
    },
    "id": {
      "example": "User",
      "type": "string"
    },
    "name": {
      "example": "User",
      "type": "string"
    },
    "schema": {
      "example": "urn:ietf:params:scim:schemas:core:2.0:User",
      "type": "string"
    },
    "schemas": {
      "example": [
        "urn:ietf:params:scim:schemas:core:2.0:ResourceType"
      ],
      "items": {
        "type": "string"
      },
      "type": "array"
    }
  },
  "type": "object"
}
```



