Need to support parsing and validation of the enum generic keyword. Expected behaviour is described here.
This will need an update to the base Schema model, with a corresponding validator. Schemas which declare const values outside of their accepted types should fail to parse.
Need to support parsing and validation of the enum generic keyword. Expected behaviour is described here.
This will need an update to the base Schema model, with a corresponding validator. Schemas which declare
const
values outside of their accepted types should fail to parse.