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
We currently validate ReviewRequest's well-formedness partially in code while it should be possible to validate automatically through kotlinx.serialization via polymorphism. It would be ideal to do this for correctness assurance and conciseness.
The text was updated successfully, but these errors were encountered:
We currently validate
ReviewRequest
's well-formedness partially in code while it should be possible to validate automatically through kotlinx.serialization via polymorphism. It would be ideal to do this for correctness assurance and conciseness.The text was updated successfully, but these errors were encountered: