It is usable, it is used as the internal openapi parser/validator by openapi-processor.
a Java 11 based OpenAPI 3.2, 3.1, 3.0 parser with validation and pluggable document reader & json/yaml converter.
-
parse OpenAPI 3.2, 3.1 & 3.0
-
validate OpenAPI 3.2, 3.1 & 3.0 (json schema validation, can follow $ref’s in the OpenAPI document)
-
separate apis for OpenAPI 3.2, 3.1 & 3.0
-
easily get resolved $ref object
-
bundle & write (single file) OpenAPI document
-
minimal dependencies
-
pluggable document reader
-
pluggable json/yaml converter
-
pluggable
format
validators (planned)
defines the interfaces for the pluggable document reader and json/yaml converter. Only needed for implementing additional reader or converter.