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
Describe what should be investigated or refactored
Currently the types package is messy to read because of all the jsonschema comments. We can utilize features in the invopop/jsonschema to project to auto add go comments as descriptions to the schema, cleaning up the types package. Additionally we can use constants for things like enums, defaults, and patterns which leaves less magic strings in the code.
The text was updated successfully, but these errors were encountered:
Describe what should be investigated or refactored
Currently the types package is messy to read because of all the jsonschema comments. We can utilize features in the invopop/jsonschema to project to auto add go comments as descriptions to the schema, cleaning up the types package. Additionally we can use constants for things like enums, defaults, and patterns which leaves less magic strings in the code.
The text was updated successfully, but these errors were encountered: