You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From a JSON format perspective, moving or renaming type doesn't change anything. It has however implications on generated code, particularly in statically typed languages where it causes a breaking change (previous code won't compile).
So we need a validation rule that fails if a type is moved around. This is a stateful validation that has to compare two schemas.
The text was updated successfully, but these errors were encountered:
From a JSON format perspective, moving or renaming type doesn't change anything. It has however implications on generated code, particularly in statically typed languages where it causes a breaking change (previous code won't compile).
So we need a validation rule that fails if a type is moved around. This is a stateful validation that has to compare two schemas.
The text was updated successfully, but these errors were encountered: