# TalonOne::ScimPatchRequest ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **schemas** | **Array<String>** | SCIM schema for the given resource. | [optional] **operations** | [**Array<ScimPatchOperation>**](ScimPatchOperation.md) | | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::ScimPatchRequest.new(schemas: null, operations: null) ```