# scim_schema_parent_attribute


[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
{
  "allOf": [
    {
      "$ref": "#/components/schemas/scim_schema_attribute"
    },
    {
      "properties": {
        "subAttributes": {
          "items": {
            "$ref": "#/components/schemas/scim_schema_attribute"
          },
          "type": "array"
        }
      },
      "type": "object"
    }
  ]
}
```



