split_openapi
Divide a single OpenAPI specification file into multiple files for easier management and organization. Specify input file path and output directory to generate structured API documentation.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
apiPath | Yes | Absolute path to the input OpenAPI definition file. | |
outputDir | Yes | Absolute path to the directory for split output files. |