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 idea is if i have a User model inside my code,
i believe implementing the CustomSchemaApplier inside my codebase makes the model cluttered.
i think users should be able to embed CustomSchemaApplier at the point of document declaration. which separates the concern of the model and documentation.
Usermodel inside my code,i believe implementing the
CustomSchemaApplierinside my codebase makes the model cluttered.i think users should be able to embed
CustomSchemaApplierat the point of document declaration. which separates the concern of the model and documentation.