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
Move JSON schema compiler creation into validateSchema function
- Better encapsulation: compiler is only used within validateSchema
- Cleaner separation of concerns
- Each validation gets its own fresh compiler instance
- Simplifies the runValidation function
0 commit comments