You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create new validation executor to validate the openapi spec (research for best tool for the job)
Add generator to configure the validation target for api-spec libs
Add generator to add the validateSpec option to the generate-sources target of api-lib libs (validates the spec before doing anything else, doesn't go through if validation fails)
Update the api-lib generator to optionally add validateSpec to the generate-sources target
Update the api-lib executor to validate when validateSpec is true (default: false)
The text was updated successfully, but these errors were encountered:
Preliminary ideas:
validateSpec
option to thegenerate-sources
target of api-lib libs (validates the spec before doing anything else, doesn't go through if validation fails)validateSpec
to thegenerate-sources
targetvalidateSpec
istrue
(default:false
)The text was updated successfully, but these errors were encountered: