mbrohl opened a new pull request #70:
URL: https://github.com/apache/ofbiz-plugins/pull/70


   This fixes the following errors and warnings which are displayed by the
   Swagger Editor (editor.swagger.io) when reading the generated openapi
   documentation:
   
   Errors fixed
   * "Header parameters named "Authorization" are ignored. Use the
   `securitySchemes` and `security` sections instead to define
   authorization."
   * "Structural error at paths./....parameters.0 should have either a
   `schema` or `content` property"
   the generated parameters from the service definition now have schema
   entries generated
   * the same applies to the WWW-Authenticate header in the responses
   
   Warnings fixed
   
   * "Header parameters named "Accept" are ignored. The values for the
   "Accept" header are defined by `responses.<code>.content.<media-type>`."
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to