Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.

Commit b345a7c

Browse files
authored
Merge pull request #337 from aeberhart/patch-2
Add Editors section under Schema generators
2 parents 3755f72 + dece259 commit b345a7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

implementations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,6 @@ For example, the only incompatibilities between draft-04 and draft-06 involve `e
173173
- [jsonschema.net](https://www.jsonschema.net/) - generates schemas from example data
174174
- [quicktype.io](https://app.quicktype.io/#l=schema) - infer JSON Schema from samples, and generate TypeScript, C++, go, Java, C#, Swift, etc. types from JSON Schema
175175

176-
177176
Generators from schemas
178177
-----------------------
179178

@@ -217,7 +216,7 @@ Various levels of support for UI generation primarily from the validation vocabu
217216
- [Angular Schema Form](https://github.com/json-schema-form/angular-schema-form) (MIT)
218217
- [Angular2 Schema Form](https://github.com/makinacorpus/angular2-schema-form) *unrelated to Angular Schema Form* (MIT)
219218
- [Angular6-json-schema-form](https://github.com/hamzahamidi/Angular6-json-schema-form) (MIT)
220-
- [Dashjoin JSON Schema Form](https://github.com/dashjoin/json-schema-form) (Apache 2)
219+
- [Dashjoin JSON Schema Form](https://github.com/dashjoin/json-schema-form) (Apache 2) *draft-06 (minus oneOf, anyOf, allOf, not)*
221220
- [JSON Editor](https://github.com/json-editor/json-editor) (MIT)
222221
- [JSON Form (joshfire)](https://github.com/joshfire/jsonform) (joshfire) (MIT)
223222
- [Json Forms (brutusin)](https://github.com/brutusin/json-forms) (brutusin) (MIT)
@@ -280,6 +279,7 @@ _None currently support draft-06 or later._
280279
#### Editors
281280

282281
- [Altova XMLSpy 2019r3](https://www.altova.com/xmlspy-xml-editor#json_schema) - *Graphical JSON Schema editor for draft-06 and draft-7, as well as validation of JSON files based on JSON Schema*
282+
- [Dashjoin JSON Schema editor](https://dashjoin.github.io/#/schema) - *Graphical online JSON Schema editor for draft-06 (minus oneOf, anyOf, allOf, not). The generated schema can be tested immediately via a form that is driven by it.*
283283
- [JSONBuddy](https://www.json-buddy.com/) - *Text and grid-style JSON editor and validator with context sensitive entry-helpers and sample data generation based on JSON schema. Support for draft-4, draft-6 and draft-7.*
284284
- [JSONEditor Online](https://jsoneditoronline.org/) - *View, edit, format, and validate JSON online* Support draft-4, draft-6, and draft-7.
285285
- [Oxygen JSON Editor](https://www.oxygenxml.com/xml_editor/json.html) - *JSON editor with a variety of editing features and helper views. Support for validation and editing JSON Schema draft-4, draft-6, and draft-7. Validation and editing of JSON files based on JSON Schema.*

0 commit comments

Comments
 (0)