Skip to content
This repository was archived by the owner on Dec 25, 2024. It is now read-only.

Commit 81e1156

Browse files
authored
Update README.md (#257)
Json schema keyword count improved
1 parent b540502 commit 81e1156

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ You can join us here: https://discord.gg/mHB8WEQuYQ
4040
- passing mypy tests means that this generator could be ported into compiled languages lik java/kotlin/golang
4141
- [Autogenerated thorough testing of json schema keyword features in models and endpoints](https://github.com/openapi-json-schema-tools/openapi-json-schema-generator/tree/master/samples/client/3_0_3_unit_test/python/test) which come from the [json schema test suite](https://github.com/json-schema-org/JSON-Schema-Test-Suite)
4242
- [Tests are passing in CI](https://app.circleci.com/pipelines/github/openapi-json-schema-tools/openapi-json-schema-generator?branch=master)
43-
- [Test endpoints are tagged by the relevant keyword like type/format/allOf 25+ keywords and counting](https://github.com/openapi-json-schema-tools/openapi-json-schema-generator/tree/master/samples/client/3_0_3_unit_test/python/docs/apis/tags)
43+
- [Test endpoints are tagged by the relevant keyword like type/format/allOf 36 keywords and counting](https://github.com/openapi-json-schema-tools/openapi-json-schema-generator/tree/master/samples/client/3_1_0_unit_test/python/docs/apis/tags)
4444
- Code re-use built in from the ground up
4545
- components/schemas/headers etc are generated as separate classes and imported when used via $ref
4646
- Openapi spec inline schemas supported at any depth in any location

0 commit comments

Comments
 (0)