Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 535 Bytes

Dokka.md

File metadata and controls

9 lines (6 loc) · 535 Bytes

OpenAPI Validator

The OpenAPI Validator allows you to validate your OpenAPI specification by writing a descriptive ruleset in Kotlin! There is an extensive set of built-in rules and is extensible, as it allows you to add custom rules easily.

The project is divided into three modules: core, integration-gradle, and integration-junit. When rules validations, you can use either Gradle or JUnit using the respective modules. As a user, the core module will be provided as a transitive dependency and contains all rules.