docs/CollectionSummaryResponse.md in pulp_ansible_client-0.22.1 vs docs/CollectionSummaryResponse.md in pulp_ansible_client-0.22.2

- old
+ new

@@ -8,11 +8,11 @@ **namespace** | **String** | The namespace of the collection. | [optional] [readonly] **name** | **String** | The name of the collection. | [optional] [readonly] **version** | **String** | The version of the collection. | [optional] [readonly] **requires_ansible** | **String** | The version of Ansible required to use the collection. Multiple versions can be separated with a comma. | [optional] [readonly] **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] -**contents** | [**AnyType**](.md) | A JSON field with data about the contents. | [optional] [readonly] -**dependencies** | [**AnyType**](.md) | A dict declaring Collections that this collection requires to be installed for it to be usable. | [optional] [readonly] +**contents** | [**Object**](.md) | A JSON field with data about the contents. | [optional] [readonly] +**dependencies** | [**Object**](.md) | A dict declaring Collections that this collection requires to be installed for it to be usable. | [optional] [readonly] **description** | **String** | A short summary description of the collection. | [optional] [readonly] **tags** | [**Array<AnsibleTagResponse>**](AnsibleTagResponse.md) | | [optional] [readonly] ## Code Sample