Skip to content

Commit 757ef6f

Browse files
authored
Update implementations.md
Updated to mention support of draft 7 which is awaiting the release of [version 2.0.0](https://gitlab.com/formschema/native/merge_requests/159) of the library
1 parent 48f61c1 commit 757ef6f

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
@@ -179,7 +179,7 @@ are the only keywords that changed.
179179
- Online (web tool)
180180
- [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
181181
- PHP
182-
- [php-code-builder](https://github.com/swaggest/php-code-builder)(MIT) - generates PHP mapping structures defined by JSON schema using [swaggest/json-schema](https://github.com/swaggest/php-json-schema) *supports Draft 7*
182+
- [php-code-builder](https://github.com/swaggest/php-code-builder) (MIT) - generates PHP mapping structures defined by JSON schema using [swaggest/json-schema](https://github.com/swaggest/php-json-schema) *supports Draft 7*
183183

184184
#### Web UI generation
185185

@@ -203,7 +203,7 @@ Various levels of support for UI generation primarily from the validation vocabu
203203
- [React JSON Schema Form (mozilla)](https://github.com/mozilla-services/react-jsonschema-form) (Apache 2)
204204
- [React Schema Form (networknt)](https://github.com/networknt/react-schema-form) (MIT)
205205
- [uniforms (Vazco)](https://github.com/vazco/uniforms) (MIT)
206-
- [FormSchema (demsking)](https://gitlab.com/formschema/native) *Generate a form using JSON Schema and Vue.js* (MIT)
206+
- [FormSchema (demsking)](https://gitlab.com/formschema/native) (MIT) - generate a form using JSON Schema and Vue.js *supports Draft 7*
207207

208208
#### Data from schemas
209209

0 commit comments

Comments
 (0)