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
Schemas using "errorMessage" or "message" keywords fail validation/compilation with the above error. Of course you can get past it by disabling strict mode (--strict=false), but it seems like you shouldn't have to give up strict mode to make it accept valid keywords. I tried -c ajv-errors to no avail.
Am I missing something obvious, or does the CLI just not have any way of loading the ajv-errors package (or others)?
The text was updated successfully, but these errors were encountered:
Is there a means of adding a keyword in the CLI version, so that I might add the "errorMessage" keyword in order to at least ignore the errorMessage in the schema so that I can still use 'strict' mode?
Schemas using "errorMessage" or "message" keywords fail validation/compilation with the above error. Of course you can get past it by disabling strict mode (
--strict=false
), but it seems like you shouldn't have to give up strict mode to make it accept valid keywords. I tried-c ajv-errors
to no avail.Am I missing something obvious, or does the CLI just not have any way of loading the ajv-errors package (or others)?
The text was updated successfully, but these errors were encountered: