Last updated

preprocessors

Introduction

Preprocessors are similar to decorators, but they run before linting rather than after.

Refer to the decorator configuration options documentation for details; the options available are the same in both the decorators and preprocessor sections of the configuration file.

  • decorators offer some transformations for your OpenAPI documents.
  • plugins allow code extensions to extend the existing functionality.

Resources