itwinjs-core
itwinjs-core copied to clipboard
Update schema deserialization and serialization to handle schema evolutions
The PR contains changes to the ecschema-metadata to make it more flexible when handling schemas that have unknown elements used with newer versions of ECDb.
A schema with a greater ECXml version than the one currently supported by ECDb can be deserialized, but it cannot be imported into the Db, nor can it be serialized to Xml or JSON.
*** Work In Progress ***
@RohitPtnkr1996 is it still WIP?