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
A JSON schema validator should be used in the routers to make sure the data they passed up was correct. From looking at options, it seems is-my-json-valid would work. I decided on this one from looking at this comparison
A JSON schema validator should be used in the routers to make sure the data they passed up was correct. From looking at options, it seems is-my-json-valid would work. I decided on this one from looking at this comparison