docs/ScimV2SchemaDefinition.md in purecloudplatformclientv2-92.0.0 vs docs/ScimV2SchemaDefinition.md in purecloudplatformclientv2-93.0.0

- old
+ new

@@ -5,13 +5,13 @@ ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| -| **id** | **String** | The ID of the SCIM resource. Set by the service provider. \"caseExact\" is set to \"true\". \"Mutability\" is set to \"readOnly\". \"Returned\" is set to \"always\". | [optional] | -| **name** | **String** | Schema name. | [optional] | -| **description** | **String** | Schema description. | [optional] | -| **attributes** | [**Array<ScimV2SchemaAttribute>**](ScimV2SchemaAttribute.html) | A complex type that defines service provider attributes and their qualities. | [optional] | +| **id** | **String** | The ID of the SCIM resource. Set by the service provider. \"caseExact\" is set to \"true\". \"mutability\" is set to \"readOnly\". \"returned\" is set to \"always\". | [optional] | +| **name** | **String** | The name of the schema. | [optional] | +| **description** | **String** | The description of the schema. | [optional] | +| **attributes** | [**Array<ScimV2SchemaAttribute>**](ScimV2SchemaAttribute.html) | The list of service provider attributes. | [optional] | | **meta** | [**ScimMetadata**](ScimMetadata.html) | The metadata of the SCIM resource. | [optional] | {: class="table table-striped"}