You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 2, 2023. It is now read-only.
@@ -205,6 +208,7 @@ the utility, and decided on a case-by-case basis.
205
208
#### General processing
206
209
207
210
- JavaScript
211
+
-[json-schema-ref-parser](https://github.com/BigstickCarpet/json-schema-ref-parser) (MIT) Tools for dereferencing non-cyclic schemas, bundling referenced schemas into a single file, and other `$ref` processing.
208
212
-[@cloudflare/json-schema-walker](https://github.com/cloudflare/json-schema-tools/tree/master/workspaces/json-schema-walker) ([JSON Schema Tools](https://github.com/cloudflare/json-schema-tools)), _draft-07, -06, -04, and Cloudflare's Doca extensions_ Walks schemas and runs pre- and post-walk callbacks. Can modify schemas in place. (BSD-3-Clause)
209
213
210
214
#### Schema to Schema
@@ -213,6 +217,7 @@ the utility, and decided on a case-by-case basis.
213
217
-[@cloudflare/json-schema-transform](https://github.com/cloudflare/json-schema-tools/tree/master/workspaces/json-schema-transform) ([JSON Schema Tools](https://github.com/cloudflare/json-schema-tools)), (BSD-3-Clause) Utilities using @cloudflare/json-schema-walker for transformations including `allOf` merging and example roll-up.
@@ -221,12 +226,20 @@ _None currently support draft-06 or later._
221
226
222
227
#### Format converters
223
228
229
+
- OpenAPI
230
+
-[JSON Schema to OpenAPI Schema](https://github.com/wework/json-schema-to-openapi-schema)_draft-04_ Draft-06 and -07 planned per README (_license not stated_)
0 commit comments