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
22
22
- Diagnostics: Refactored code to be more readable and maintainable
23
23
- Diagnostics: Improved config section check
24
24
- Snippets: Optional config sections removed from snippets
25
+ - Snippets: ` specFormat ` property added to ` devproxy-plugin-open-api-spec-generator-config `
25
26
26
27
### Fixed:
27
28
Original file line number Diff line number Diff line change 791
791
"body" : [
792
792
" \" openApiSpecGeneratorPlugin\" : {" ,
793
793
" \t\" includeOptionsRequests\" : false," ,
794
- " \t\" specVersion\" : \" v3_0\" " ,
794
+ " \t\" specVersion\" : \" v3_0\" ," ,
795
+ " \t\" specFormat\" : \" Json\" " ,
795
796
" }"
796
797
],
797
798
"description" : " OpenApiSpecGeneratorPlugin config section"
You can’t perform that action at this time.
0 commit comments