We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f0e01c commit 586ccf5Copy full SHA for 586ccf5
openapi-processor-core/src/testInt/kotlin/io/openapiprocessor/core/ProcessorTestSets.kt
@@ -181,7 +181,9 @@ val EXCLUDE_OPENAPI4J = setOf(
181
// the parser assumes that "type" must be string if a non-standard format is used
182
"schema-mapping",
183
// can't get uri of a document
184
- "packages"
+ "packages",
185
+ // complains about incompatible formats for integer
186
+ "bean-validation-mapping-supported"
187
)
188
189
val EXCLUDE_SWAGGER_30 = setOf(
0 commit comments