We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8783b8 commit 5fac1deCopy full SHA for 5fac1de
README.md
@@ -63,7 +63,7 @@ Once installed run `openapi2jsonschema`
63
64
```bash
65
mkdir -p schema
66
-openapi2jsonschema output.json -o schema/ --stand-alone
+openapi2jsonschema --strict output.json -o schema/ --stand-alone
67
```
68
69
Now all the JSONSchemas are generated in `schema` directory. The one that is most important
scripts/k8s-release
@@ -1 +1 @@
1
-release-1.7
+release-1.6
0 commit comments