build-canaries/nevergreen

Investigate replacing JSON Schema with io-ts

GentlemanHal opened this issue · 1 comments

https://github.com/gcanti/io-ts/blob/master/index.md

This would allow us to just update the types in code, removing the need to update the schema and generate the validation code.

This was done as part of #321