We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 844501a commit 85608bcCopy full SHA for 85608bc
1 file changed
openapi-parser/README.adoc
@@ -16,7 +16,9 @@ source code gifts (i.e pull requests) are welcome :-)
16
a Java 11 based link:{openapi}[OpenAPI] 3.0.x & 3.1 parser with validation and pluggable document reader & json/yaml converter.
17
18
* parse OpenAPI 3.0.x & 3.1
19
-* validate OpenAPI 3.0.x & 3.1 (json schema validation, handles $ref's in the OpenAPI document)
+* validate OpenAPI 3.0.x & 3.1 (handles $ref's in the OpenAPI document)
20
+** JSON schema draft-4 validation of OpenAPI 3.0
21
+** JSON schema draft-2020-12 validation of OpenAPI 3.1
22
* separate apis for OpenAPI 3.0 & 3.1
23
* easily get resolved $ref object
24
* minimal dependencies
0 commit comments