It is usable, it is used as the internal openapi parser/validator by openapi-processor.
a Java 11 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
-
pluggable
format
validators (planned)
defines the interfaces for the pluggable document reader and json/yaml converter. Only needed for implementing additional reader or converter.