Connecting SAP BTP to OneIdentity using SCIM Connector

Hi group!!

We would like to connect SAP BTP to OneIdentity using the SCIM Connector.

Currently the SAP BTP is using  - "urn:scim:schemas:core:1.0"  , which they cannot upgrade to 2.0

and One Identity is using  by default - "urn:ietf:params:scim:schemas:core:2.0:User"

So their is a version mismatch 2.0 vs 1.0

Error message, while running the provisioning to BTP

   {"error_description":"Only schema 'urn:scim:schemas:core:1.0' is currently supported","error":"scim","message":"Only schema 'urn:scim:schemas:core:1.0' is currently supported"}
   The remote server returned an error: (400) Bad Request.

So, we thought to override the default schema (only shows up in Expert mode).

We got stack filling the following fields in the wizard:

- Schema: json file

- Resources (users, group, etc.): json file

We are not sure how to develop the json files with lesser version "urn:scim:schemas:core:1.0

Any idea?