|
13 | 13 | supportedDialects: |
14 | 14 | draft: ['6', '7', '2019-09', '2020-12'] |
15 | 15 | lastUpdated: '2022-08-31' |
16 | | - bowtie: |
17 | | - identifier: 'dotnet-jsonschema-net' |
18 | 16 |
|
19 | 17 | - name: Json.NET Schema |
20 | 18 | description: 'Json.NET Schema is a powerful, complete and easy to use JSON Schema framework for .NET' |
|
44 | 42 | supportedDialects: |
45 | 43 | draft: ['6', '7', '2019-09', '2020-12'] |
46 | 44 | lastUpdated: '2023-02-14' |
47 | | - bowtie: |
48 | | - identifier: 'dotnet-corvus-jsonschema' |
49 | 45 |
|
50 | 46 | - name: LateApexEarlySpeed.Json.Schema |
51 | 47 | description: 'Simple and high performance json schema implementation for .Net and related json validation in .Net' |
|
103 | 99 | supportedDialects: |
104 | 100 | draft: ['7'] |
105 | 101 | lastUpdated: '2022-08-31' |
106 | | - bowtie: |
107 | | - identifier: 'cpp-valijson' |
108 | 102 |
|
109 | 103 | - name: jsoncons |
110 | 104 | description: 'A C++, header-only library for constructing JSON and JSON-like data formats, with JSON Pointer, JSON Patch, JSON Schema, JSONPath, JMESPath, CSV, MessagePack, CBOR, BSON, UBJSON' |
|
149 | 143 | supportedDialects: |
150 | 144 | draft: ['4', '6', '7'] |
151 | 145 | lastUpdated: '2022-08-31' |
152 | | - bowtie: |
153 | | - identifier: 'clojure-json-schema' |
154 | 146 |
|
155 | 147 | - name: JSON Essentials for COM/ActiveX |
156 | 148 | description: 'JSON Essentials™ for COM/ActiveX is a language independent JSON toolkit for rapid implementation of the most common JSON use cases on the Windows platform' |
|
241 | 233 | draft: ['4', '6', '7', '2019-09', '2020-12'] |
242 | 234 | toolingListingNotes: 'Includes custom keywords, output formats' |
243 | 235 | lastUpdated: '2022-08-31' |
244 | | - bowtie: |
245 | | - identifier: 'go-jsonschema' |
246 | 236 |
|
247 | 237 | - name: jsonschema |
248 | 238 | description: 'A powerful Go JSON Schema validator library aligned with the JSON Schema Draft 2020-12.' |
|
287 | 277 | supportedDialects: |
288 | 278 | draft: ['4', '6', '7'] |
289 | 279 | lastUpdated: '2022-08-31' |
290 | | - bowtie: |
291 | | - identifier: 'go-gojsonschema' |
292 | 280 |
|
293 | 281 | - name: Vert.x Json Schema |
294 | 282 | description: 'Vert.x Json Schema' |
|
320 | 308 | supportedDialects: |
321 | 309 | draft: ['3', '4', '6', '7', '2019-09', '2020-12'] |
322 | 310 | lastUpdated: '2022-08-31' |
323 | | - bowtie: |
324 | | - identifier: 'java-jsonschemafriend' |
325 | 311 |
|
326 | 312 | - name: networknet/json-schema-validator |
327 | 313 | description: 'A fast Java JSON schema validator that supports draft V4, V6, V7, V2019-09 and V2020-12' |
|
414 | 400 | supportedDialects: |
415 | 401 | draft: ['7', '2019-09', '2020-12'] |
416 | 402 | lastUpdated: '2024-08-14' |
417 | | - bowtie: |
418 | | - identifier: 'java-json-schema' |
419 | 403 |
|
420 | 404 | - name: Zuunr JSON |
421 | 405 | description: 'Immutable JSON structure to enable Java applications to utilize JSON Schemas INSIDE Java applications - avoiding extra serialization and deserialization.' |
|
450 | 434 |
|
451 | 435 | - name: '@hyperjump/json-schema' |
452 | 436 | description: 'JSON Schema Validation, Annotation, and Bundling. Supports Draft 04, 06, 07, 2019-09, 2020-12, OpenAPI 3.0, and OpenAPI 3.1' |
453 | | - toolingTypes: ['validator', 'annotations', 'bundler', 'util-general-processing'] |
| 437 | + toolingTypes: |
| 438 | + ['validator', 'annotations', 'bundler', 'util-general-processing'] |
454 | 439 | languages: ['JavaScript'] |
455 | 440 | maintainers: |
456 | 441 | - name: 'Jason Desrosiers' |
|
462 | 447 | draft: ['4', '6', '7', '2019-09', '2020-12'] |
463 | 448 | toolingListingNotes: 'Built for Node.js and browsers. Includes support for custom vocabularies.' |
464 | 449 | lastUpdated: '2024-09-04' |
465 | | - bowtie: |
466 | | - identifier: 'js-hyperjump' |
467 | 450 |
|
468 | 451 | - name: '@exodus/schemasafe' |
469 | 452 | description: 'A reasonably safe JSON Schema validator with draft-04/06/07/2019-09/2020-12 support.' |
|
483 | 466 | [Supports OpenAPI `discriminator`](https://github.com/ExodusMovement/schemasafe/blob/master/doc/Discriminator-support.md). |
484 | 467 | Default behavior is hardened with additional schema coherence validation.' |
485 | 468 | lastUpdated: '2023-08-29' |
486 | | - bowtie: |
487 | | - identifier: 'js-schemasafe' |
488 | 469 |
|
489 | 470 | - name: ajv |
490 | 471 | description: 'The fastest JSON schema Validator.' |
|
505 | 486 | docs: https://ajv.js.org/strict-mode.html |
506 | 487 | instructions: 'set option `strict: false`' |
507 | 488 | lastUpdated: '2022-08-31' |
508 | | - bowtie: |
509 | | - identifier: 'js-ajv' |
510 | 489 |
|
511 | 490 | - name: '@cfworker/json-schema' |
512 | 491 | description: 'A JSON schema validator that will run on Cloudflare workers. Supports drafts 4, 7, 2019-09, and 2020-12.' |
|
523 | 502 | draft: ['7', '4', '2019-09', '2020-12'] |
524 | 503 | toolingListingNotes: 'Built for Cloudflare workers, browsers, and Node.js' |
525 | 504 | lastUpdated: '2023-02-28' |
526 | | - bowtie: |
527 | | - identifier: 'js-json-schema' |
528 | 505 |
|
529 | 506 | - name: JSON Schema Library |
530 | 507 | description: 'Customizable and hackable json-validator and json-schema utilities for traversal, data generation and validation' |
|
635 | 612 | Kotlin Muliplatform implementation of JSON schema to validate the JsonElement from kotlinx.serialization-json. |
636 | 613 | The library is 'work in progress' and new features/drafts will be added in the future. |
637 | 614 | lastUpdated: '2023-08-01' |
638 | | - bowtie: |
639 | | - identifier: 'kotlin-kmp-json-schema-validator' |
640 | 615 |
|
641 | 616 | - name: JSON::Schema::Modern |
642 | 617 | description: 'Validate data against a schema using a JSON Schema' |
|
715 | 690 | docs: https://opis.io/json-schema/2.x/php-loader.html#parser-options |
716 | 691 | instructions: 'set several options to their "vanilla" values' |
717 | 692 | lastUpdated: '2022-08-31' |
718 | | - bowtie: |
719 | | - identifier: 'php-opis-json-schema' |
720 | 693 |
|
721 | 694 | - name: Swaggest Json Schema |
722 | 695 | description: 'High definition PHP structures with JSON-schema based validation' |
|
746 | 719 | supportedDialects: |
747 | 720 | draft: ['2019-09', '2020-12'] |
748 | 721 | lastUpdated: '2022-08-31' |
749 | | - bowtie: |
750 | | - identifier: 'python-jschon' |
751 | 722 |
|
752 | 723 | - name: jsonschema |
753 | 724 | description: 'An implementation of the JSON Schema specification for Python' |
|
763 | 734 | supportedDialects: |
764 | 735 | draft: ['3', '4', '6', '7', '2019-09', '2020-12'] |
765 | 736 | lastUpdated: '2022-11-09' |
766 | | - bowtie: |
767 | | - identifier: 'python-jsonschema' |
768 | 737 |
|
769 | 738 | - name: fastjsonschema |
770 | 739 | description: 'Fast JSON schema validator for Python' |
|
781 | 750 | draft: ['4', '6', '7'] |
782 | 751 | toolingListingNotes: 'Great performance thanks to code generation.' |
783 | 752 | lastUpdated: '2022-08-31' |
784 | | - bowtie: |
785 | | - identifier: 'python-fastjsonschema' |
786 | 753 |
|
787 | 754 | - name: jsonschema-rs (Python) |
788 | 755 | description: 'JSON Schema validation library' |
|
815 | 782 | draft: ['4', '6', '7', '2019-09', '2020-12'] |
816 | 783 | toolingListingNotes: 'Fast due to compiling schema into a validation tree; 2019-09 and 2020-12 are partially supported' |
817 | 784 | lastUpdated: '2022-08-31' |
818 | | - bowtie: |
819 | | - identifier: 'rust-jsonschema' |
820 | 785 |
|
821 | 786 | - name: JSONSchemer |
822 | 787 | description: 'JSON Schema validator. Supports drafts 4, 6, 7, 2019-09, 2020-12, OpenAPI 3.0, and OpenAPI 3.1.' |
|
831 | 796 | supportedDialects: |
832 | 797 | draft: ['4', '6', '7', '2019-09', '2020-12'] |
833 | 798 | lastUpdated: '2023-08-20' |
834 | | - bowtie: |
835 | | - identifier: 'ruby-json_schemer' |
836 | 799 |
|
837 | 800 | - name: JSI |
838 | 801 | description: 'JSI: JSON Schema Instantiation in Ruby' |
|
862 | 825 | supportedDialects: |
863 | 826 | draft: ['4', '6', '7', '2019-09', '2020-12'] |
864 | 827 | lastUpdated: '2023-02-22' |
865 | | - bowtie: |
866 | | - identifier: 'rust-boon' |
867 | 828 |
|
868 | 829 | - name: Reactive Core Circe JSON Validator |
869 | 830 | description: 'This is a Scala implementation of a JSON Schema validator based upon the great io.circe Library.' |
|
879 | 840 | draft: ['2019-09', '2020-12'] |
880 | 841 | toolingListingNotes: 'Based on Circe-Library -Early state and API may not be stable. Not yet produciton ready.' |
881 | 842 | lastUpdated: '2022-08-31' |
882 | | - bowtie: |
883 | | - identifier: 'scala-rc-circe-json-validator' |
884 | 843 |
|
885 | 844 | - name: DSJSONSchemaValidation |
886 | 845 | description: 'JSON Schema draft 4, 6 and 7 parsing and validation library written in Objective-C.' |
|
946 | 905 | landscape: |
947 | 906 | logo: 'json-everything.svg' |
948 | 907 | lastUpdated: '2022-08-31' |
949 | | - bowtie: |
950 | | - identifier: 'dotnet-jsonschema-net' |
951 | 908 |
|
952 | 909 | - name: jschon.dev |
953 | 910 | description: 'JSON Schema web validator built on jschon.' |
|
1510 | 1467 | supportedDialects: |
1511 | 1468 | draft: ['4', '6', '7', '2019-09', '2020-12'] |
1512 | 1469 | lastUpdated: '2024-10-15' |
1513 | | - bowtie: |
1514 | | - identifier: 'cpp-blaze' |
1515 | 1470 |
|
1516 | 1471 | - name: cypress-ajv-schema-validator |
1517 | 1472 | description: 'Cypress plugin that validates API responses against Plain JSON schemas, and whole Swagger and OpenAPI documents using the Ajv JSON Schema validator. It provides a user-friendly view of validated data, highlighting each validation error and the exact reason for the mismatch. Seamless integration, fast and lightweight.' |
|
2438 | 2393 | platform: 'github' |
2439 | 2394 | - name: 'Jordi Boggiano' |
2440 | 2395 | username: 'Seldaek' |
2441 | | - platform: 'github' |
| 2396 | + platform: 'github' |
2442 | 2397 | - name: 'Danny van der Sluijs' |
2443 | 2398 | username: 'DannyvdSluijs' |
2444 | 2399 | platform: 'github' |
|
2449 | 2404 | draft: ['3', '4'] |
2450 | 2405 | landscape: |
2451 | 2406 | logo: 'justinrainbow-json-schema.png' |
2452 | | - bowtie: |
2453 | | - identifier: 'php-justinrainbow-json-schema' |
2454 | 2407 | lastUpdated: '2024-10-01' |
| 2408 | + |
| 2409 | + |
0 commit comments