Skip to content

Commit a0674c3

Browse files
committed
1 parent 58b15c0 commit a0674c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

openapi-processor-core/src/main/kotlin/io/openapiprocessor/core/converter/MappingFinder.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ class MappingFinder(val options: ApiOptions) {
8686
return gMapping
8787
}
8888

89-
return false
89+
return true
9090
}
9191

9292
// path/method

openapi-processor-core/src/main/resources/mapping/v13/mapping.yaml.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@
321321
"ResultStatus": {
322322
"description": "add result http status if unambiguous (i.e., it always returns the same status) and not equal to 200.",
323323
"type": "boolean",
324-
"default": "false"
324+
"default": "true"
325325
},
326326
"SingleMapping": {
327327
"description": "reactive wrapper of single types.",

0 commit comments

Comments
 (0)