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
Copy file name to clipboardExpand all lines: docs/src/content/docs/about.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ description: Additional info about this project
24
24
25
25
1. Support converting any valid OpenAPI schema to TypeScript types, no matter how complicated.
26
26
1. Generate **runtime-free types** for maximum performance.
27
-
1. This library does **NOT** validate your schema, there are other libraries for that.
27
+
1. This library does **NOT** validate your schema, there existing libraries for that (like [`redocly lint`](https://redocly.com/docs/cli/commands/lint/)).
28
28
1. The generated TypeScript types **must** match your schema as closely as possible (e.g. no renaming to `PascalCase`)
29
29
1. This library should never require Java, node-gyp, or some other complex environment to work. This should require Node.js and nothing else.
30
30
1. This library will never require a running OpenAPI server to work.
Copy file name to clipboardExpand all lines: packages/openapi-typescript/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -263,7 +263,7 @@ There are many other uses for this besides checking `format`. Because this must
263
263
264
264
1. Support converting any valid OpenAPI schema to TypeScript types, no matter how complicated.
265
265
1. Generate **runtime-free types** for maximum performance.
266
-
1. This library does **NOT** validate your schema, there are other libraries for that.
266
+
1. This library does **NOT** validate your schema, there existing libraries for that (like [`redocly lint`](https://redocly.com/docs/cli/commands/lint/)).
267
267
1. The generated TypeScript types **must** match your schema as closely as possible (e.g. no renaming to `PascalCase`)
268
268
1. This library should never require Java, node-gyp, or some other complex environment to work. This should require Node.js and nothing else.
269
269
1. This library will never require a running OpenAPI server to work.
0 commit comments