io.openapiprocessor.jsonschema.reader.README.adoc Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of json-schema-validator Show documentation
Show all versions of json-schema-validator Show documentation
OpenAPI Parser JSON-Schema Validator
:openapi: https://www.openapis.org/
this package contains two simple `Reader` implementations:
* `UriReader`: read link:{openapi}[OpenAPI] descriptions from an URI. Based on `java.net.URL`. No security at the moment.
* `StringReader`: read an link:{openapi}[OpenAPI] description from a string. Used in the test code.