Juan Cruz Viotti

Results 308 comments of Juan Cruz Viotti

I also added this repo to my https://github.com/sourcemeta/awesome-jsonschema list as a showcase, as its doing quite interesting things with schemas.

Hi @jonaslagoni , > Once https://github.com/asyncapi/spec-json-schemas/pull/540 is merged, I think this is a good follow-up PR. If the test succeed for v3, I think it's safe to assume that none...

Thanks for all your comments! I'll address all of them later today. @smoya > BTW, I've been testing the validate command with our current schemas and I couldn't make it...

@smoya > I really like the idea of the tool; having all our must-have tools for our JSON Schema schemas in once. Talking about that, I'm also working on extending...

@smoya > However, It shows errors where other validators don't 🤔 Oh, that's an output issue. The CLI is outputting errors from internal `anyOf` non matching branches even if the...

@Pakisan I updated the PR to only format `definitions/3.0.0`! Please let me know what you think!

I released v0.5.1 fixing both the `--metaschema` issue and improving the `validate` output: https://github.com/Intelligence-AI/jsonschema/releases/tag/v0.5.1. Thanks a lot for the extremely valuable feedback! 🙏🏻 I'll be running additional testing on your...

This is an interesting issue I discovered while working on this: https://github.com/asyncapi/spec-json-schemas/issues/550. I'm aiming to incorporate these things into my bundling implementation.

Still working hard on this one. We are sorting out various known issues and improving our validation output. I'll resume this PR hopefully very soon.

We properly support this on the JSON Schema CLI v1.1.0 by bundling without identifiers, while avoiding many of these common pitfalls: https://github.com/Intelligence-AI/jsonschema/blob/main/docs/bundle.markdown