Skip to content

Commit 0d28835

Browse files
committed
Add specFormat property to devproxy-plugin-open-api-spec-generator-config snippet. Closes #163
1 parent ae70e44 commit 0d28835

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

src/snippets.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,8 @@
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"

0 commit comments

Comments
 (0)