christophermlawson

Results 4 comments of christophermlawson

From native side, a dateTime typed CustomAttribute instance property is set as a string ("2021-08-19T16:37:42.278") in the returned JSON. This is not validated or processed during deserialization, so the in-memory...

The problem is derived classes are not a part of the schema. The 'base' schema (TestSchema1) contains no references so the API has no way to know to look for...

This PR should remain open for now as it contains unfinished Schema Editing changes that we will most likely need in the future. This code should be reviewed for necessary...

This was addressed in a separate PR: https://github.com/iTwin/itwinjs-core/pull/7294