Skip to content

Releases: openapi-processor/openapi-parser

2023.1

03 Jan 15:22
Compare
Choose a tag to compare

support requestBody $ref

v30/RequestBody & v31/RequestBody now implement Reference

updated dependencies

  • jackson 2.14.1

2022.1.1

26 May 17:13
Compare
Choose a tag to compare

updated dependencies

  • jackson 2.13.3

2022.1

26 May 08:20
Compare
Choose a tag to compare

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