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
Copy file name to clipboardExpand all lines: restdocs-api-spec-openapi3-generator/src/main/kotlin/com/epages/restdocs/apispec/openapi3/OpenApi3Generator.kt
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,7 @@ object OpenApi3Generator {
86
86
87
87
privatefun OpenAPI.makeSubSchema() {
88
88
val schemas =this.components.schemas
89
-
val subSchemas = mutableMapOf<String, Schema<Any>>()
89
+
val subSchemas = mutableMapOf<String, Schema<Any>?>()
Copy file name to clipboardExpand all lines: restdocs-api-spec-openapi3-generator/src/test/kotlin/com/epages/restdocs/apispec/openapi3/OpenApi3GeneratorTest.kt
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1100,6 +1100,11 @@ class OpenApi3GeneratorTest {
0 commit comments