laravel-openapi icon indicating copy to clipboard operation
laravel-openapi copied to clipboard

Generate command improvements and OpenAPI validation

Open adam-code-labx opened this issue 4 years ago • 0 comments

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.

adam-code-labx avatar Jun 15 '21 01:06 adam-code-labx