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
The simpleapi.yaml resource uses an array for the content of a path item response. The correct type is an object. Either we should modify the test resource or define how implementations should handle such a scenario - e.g. the invalid type is treated as null and dropped from the input.
The
simpleapi.yaml
resource uses an array for thecontent
of a path item response. The correct type is an object. Either we should modify the test resource or define how implementations should handle such a scenario - e.g. the invalid type is treated asnull
and dropped from the input.microprofile-open-api/tck/src/main/resources/simpleapi.yaml
Lines 198 to 204 in 112b7b1
The text was updated successfully, but these errors were encountered: