Skip to content

Update from base #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 62 commits into from
Aug 31, 2020
Merged

Update from base #1

merged 62 commits into from
Aug 31, 2020

Conversation

elbakerino
Copy link
Owner

No description provided.

slisaasquatch and others added 30 commits March 5, 2020 11:37
Synchronize with remote master again
Mention Draft 2019-09 Support in from-Java-code Generator
add understanding link to learn page
Add Dashjoin JSON Schema Form to Web UI generation
Add Hyperjump JSV to implementations
Clojure library that infers JSON Schemas based on (Clojure) data, and validates data based on them as well.
Fix bug in applicator meta-schema.
A JSON schema validator that will run on Cloudflare workers. Supports drafts 4, 7, and 2019-09.

Cloudflare workers do not have APIs required by Ajv schema compilation (eval or new Function(code)). Validators that don't use code generation are not up to date with the current spec so I built yet another validator...

@cfworker/json-schema is currently the fastest among validators which do not use code generation (eval/new function):
https://github.com/ebdrup/json-schema-benchmark#performance
Pretty comparable to jsck and z-schema which do use code generation.
Add Snow validator to Java section
Relequestual and others added 27 commits June 11, 2020 17:50
Add `jsonschema-rs` to Rust implementations
Add generator luposlip/json-schema
Add valijson validator to C++ section
Removed implementation reference
Add common lisp json-schema to implementations list
Add `2019-09` to qri-io
Add Editors section under Schema generators
Update Snow validator notes
Update validator-libraries-modern.yml
Fixes meta-schema issues for draft `2019-09`
@elbakerino elbakerino closed this Aug 31, 2020
@elbakerino elbakerino reopened this Aug 31, 2020
@elbakerino elbakerino merged commit 9818bf0 into elbakerino:master Aug 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.