Skip to content

Commit 43e1872

Browse files
committed
Fixed some links on README
1 parent 8e72209 commit 43e1872

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# JSON Schema to OpenAPI Schema
1+
# JSON Schema to OpenAPI Schema
22

33
A little NodeJS package to convert JSON Schema to [OpenAPI Schema Objects](https://swagger.io/specification/#schemaObject).
44

@@ -72,11 +72,11 @@ _† Draft v5 is also known as Draft Wright 00, as the drafts are often named af
7272

7373
## TODO
7474

75-
- [ ] Support later JSON Schema drafts through a yet-to-be-released json-schema-migrator package
75+
- [ ] Support later JSON Schema drafts via [cloudflare/json-schema-transformer] when it adds that functionality
7676

7777
## Converting Back
7878

79-
To convert the other way, check out [openapi-schema-to-json-schema](https://github.com/mikunn/openapi-schema-to-json-schema), which this package was based on.
79+
To convert the other way, check out [openapi-schema-to-json-schema], which this package was based on.
8080

8181
**NOTE**: `$ref`s are not dereferenced. Use a dereferencer such as [json-schema-ref-parser](https://www.npmjs.com/package/json-schema-ref-parser) prior to using this package.
8282

@@ -98,3 +98,5 @@ npm test
9898
[mikunn]: https://github.com/mikunn
9999
[Phil Sturgeon]: https://github.com/philsturgeon
100100
[openapi-schema-to-json-schema]: https://github.com/mikunn/openapi-schema-to-json-schema
101+
[link-contributors]: https://github.com/wework/json-schema-to-openapi-schema/graphs/contributors
102+
[cloudflare/json-schema-transformer]: https://github.com/cloudflare/json-schema-tools/blob/master/workspaces/json-schema-transform/README.md

0 commit comments

Comments
 (0)