json-kotlin-schema
json-kotlin-schema copied to clipboard
Kotlin implementation of JSON Schema (Draft 07)
Hello! I would like to suggest a feature. As far as I know, there is a feature as mapping of Kotlin Dataclasses to JSON representation. Klaxon library is able to...
Hi, thanks for a great kotlin library. I'm implementing tree structure in JSON so I need a recursiveRef. Do you have any plans to add the feature in a near...
It would be useful to be able to validate YAML documents as well as JSON documents.
As of Spring 3.2, the default loader has moved form standard "jar" paths to "nested". This is meant to be a drop in replacement for standard Jar path loading. https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.2-Release-Notes#nested-jar-support...
For my project I need to extend an already defined schema by a few other properties. My current solution is to include the schema as a `$ref` and by using...
Hi, The json that I am trying to validate has a non ASCII character in the email field e.g. the Spanish letter "ñ" and consequently validation fails with the following...
I'm trying to process this file: https://github.com/OAI/OpenAPI-Specification/blob/main/schemas/v3.0/schema.json It's failing on: ``` "multipleOf": { "type": "number", "minimum": 0, "exclusiveMinimum": true } ``` with the message: `> Must be number (was true)...
Unable to use json-kotlin-schema in android project is there any way to use it
Dear @pwall567, thanks for this very useful tool (and its sibling projects!). I note from your comments on another issue that a rewrite is in progress. What I am wondering...
Implemented parsing of recursive/cyclic `$ref`s and added some `toString()` implementations to improve debugging. This will break `json-kotlin-schema-codegen` up to and including version 0.108, since that project is not prepared for...