Releases: openapi-processor/openapi-parser
Releases · openapi-processor/openapi-parser
2023.1
2022.1.1
2022.1
openapi-parser & validator
a Java 8 based OpenAPI 3.0.x & 3.1 parser with validation and pluggable document reader & json/yaml converter.
- parse OpenAPI 3.0.x & 3.1
- validate OpenAPI 3.0.x & 3.1 (json schema validation, can follow $ref's in the OpenAPI document)
- separate apis for OpenAPI 3.0 & 3.1
- easily get resolved $ref object
- minimal dependencies
- pluggable document reader
- pluggable json/yaml converter
this is still work in progress. It is usable, but has the following limitations at the moment:
- it does support most but not all OpenAPI object properties
- JSON schema validation is only available for OpenAPI 3.0.x
- api may change