v1.0.0-beta013
Pre-release
Pre-release
- Added
IOpenApiExtension
interface to be used when creating a new custom extension type. - Enabled the validation feature. By using
OpenApiValidator
, one can verify whether a givenOpenApiDocument
conforms to the specification based on the prescribed set of rules. More rules will be added in future releases.