laravel-openapi
laravel-openapi copied to clipboard
Generate command improvements and OpenAPI validation
This PR includes improvements to the generator command.
- Save to storage JSON & YAML format supported
- Validates OpenAPI spec currently checks for missing responses
- Default responses applied to every route which have not defined responses
- Additional responses array added to the default collections config
Tested the output from postman and there are no longer any validation errors.