File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2222- Diagnostics: Refactored code to be more readable and maintainable
2323- Diagnostics: Improved config section check
2424- Snippets: Optional config sections removed from snippets
25+ - Snippets: ` specFormat ` property added to ` devproxy-plugin-open-api-spec-generator-config `
2526
2627### Fixed:
2728
Original file line number Diff line number Diff line change 791791 "body" : [
792792 " \" openApiSpecGeneratorPlugin\" : {" ,
793793 " \t\" includeOptionsRequests\" : false," ,
794- " \t\" specVersion\" : \" v3_0\" " ,
794+ " \t\" specVersion\" : \" v3_0\" ," ,
795+ " \t\" specFormat\" : \" Json\" " ,
795796 " }"
796797 ],
797798 "description" : " OpenApiSpecGeneratorPlugin config section"
You can’t perform that action at this time.
0 commit comments