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
The JsonSchema derives and implementations are noisy in our source code.
Solution
Let's separate out the schemas into separate files that implement JsonSchemas for the parent modules.
Note that we should consider a mechanism to make it clear which types have JsonSchema implementations to facilitate maintenance. It should be clear when you are updating a type that will require schema changes.
The text was updated successfully, but these errors were encountered:
Summary
Problem
The
JsonSchema
derives and implementations are noisy in our source code.Solution
Let's separate out the schemas into separate files that implement
JsonSchema
s for the parent modules.Note that we should consider a mechanism to make it clear which types have
JsonSchema
implementations to facilitate maintenance. It should be clear when you are updating a type that will require schema changes.The text was updated successfully, but these errors were encountered: