Jason Ian Green
Jason Ian Green
Can you please produce a minimal example using this [runkit template](https://runkit.com/esp/ajv-issue)? It should be possible to reproduce the issue without `express`.
Hi @coderextreme, thanks for your interest in AJV. I am not sure I completely understand the problem yet, but I wonder, have you looked into the [custom keyword](https://ajv.js.org/keywords.html#define-keyword-with-code-generation-function) feature? I...
Hi @toomuchdesign, thanks for your contributions to the world of TS and JSON schema. I have only recently been added to the org, but I can share some thoughts based...
Thanks for this informative post @toomuchdesign, yeah it is something I will definitely look more into. I can see what you mean by the misunderstanding of what `JSONSchemaType` is actually...
Thanks for sharing @GabenGar, yes I think the best bet to work around this issue is to cast the ref object to `any`. For example: ``` const SchemaA1: JSONSchemaType =...
Thanks for coming up with a simpler solution, but just so I understand, why do you need to both add `export` to `export class Ajv2019 extends AjvCore` as well as...
Thanks for the explanation, I will discuss with EP and get back to you. It might take me a couple of days as I have another priority at the moment,...
I haven't forgotten you. Just trying to get a release together with updated deps (as it has been a while), and then I will follow up on this with EP.
@epoberezkin FYI
I spoke to EP, I will be preparing a release with this and general dependency updates over the coming days. He has asked me to do some very specific due...