justify icon indicating copy to clipboard operation
justify copied to clipboard

Justify is a JSON validator based on JSON Schema Specification and Jakarta JSON Processing API (JSON-P).

Results 20 justify issues
Sort by recently updated
recently updated
newest added

Bumps [jetty-server](https://github.com/eclipse/jetty.project) from 9.4.33.v20201020 to 10.0.10. Release notes Sourced from jetty-server's releases. 10.0.10 Special Thanks to the following Eclipse Jetty community members @​jianglai (Lai Jiang) @​markslater (markslater) @​prenagha (Padraic Renaghan)...

dependencies

Hi @leadpony , Thanks very much for your efforts on this json validation library which I have found very helpful. I am looking for a way to find the schema...

I can't see anyway to enable french version for validation messages. I can see that in properties file you only configure just from 2 languages describe by "messages_ja.properties" and "messages_zh_CN.properties"....

In order to reuse certain definitions, I have many $refs in my schemas that point to definitions in a common.json file. Is there a way to use justify to resolve...

enhancement

Hi @leadpony I am following this library as it has - from my point of view - the best approach for doing JsonSchema validation in Java currently. Kudos 👍 I...

Hi folks! It looks like the 3.1.0 version published on Maven Central does not contain the same source code as the 3.1.0 tag. The features like the `JsonSchemaVisitor` and `JsonSchemaWalker`...

Sometimes, you have a schema in YAML and a doc in JSON or vice versa. Currently, the CLI only supports JSON, I think, but it would be terrific if it...

enhancement

When I have two schemas each referencing the other, creating a loop, I see an error (infinite loop) when loading schemas. ## Example ### Schema 1 (file `person.schema.json`) ``` {...

bug

First of all kudos for this library 👍 As it provides a streaming api approach it's very suitable for large Json/Yaml documents; I tried other similar libraries but I faced...