Peter Wall
Peter Wall
Hi, thanks for the message. In implementing this library I have attempted to follow strictly the JSON Schema specification, which says ([JSON Schema Validation, section 7.3.2](https://json-schema.org/draft/2020-12/json-schema-validation#section-7.3.2): > email: As defined...
I had already encountered this one, and I was hoping to get a fix out before anyone else ran into it. :smile: I expect to have a fix for this...
And version 0.103 should also fix this problem. Thank you for your help in identifying these issues. As you have probably seen, there are a large number of combinations to...
Hi @awallat , to answer your last question first – yes, I do plan to add `unevaluatedProperties`, but not in this version. I have had a new version under development...
Hi @mikaelstaldal , thanks for your interest in the project. I think you'll find that the use of YAML works fine – see [the section in the README](https://github.com/pwall567/json-kotlin-schema?tab=readme-ov-file#yaml). Just provide...
Hi @mikaelstaldal , sorry about the delay. . This is a duplicate of an earlier issue #11 . From the response to that issue: ... you can use the [yaml-simple](https://github.com/pwall567/yaml-simple)...
Hi @gino-m , thank you for the bug report. You're testing using version 0.102, so you've obviously seen that there have already been a couple of bug fix releases for...
That's correct @gino-m , `patternProperties` can be checked only at at run time. Version 0.103 should fix the problem you identified in this issue, but I agree, it may be...
Hi – thanks for your suggestion. You seem to be talking about two different issues. Yes, the Klaxon library is capable of serializing arbitrary classes, but so are several other...
I'm not sure that I understand your use case, but I don't think any of my projects will be of much use to you. You can probably derive a certain...