openapi-diff icon indicating copy to clipboard operation
openapi-diff copied to clipboard

[OpenAPI 3.1.0 support] JsonSchema type changes not handled.

Open DrSatyr opened this issue 11 months ago • 0 comments

While migration to OpenAPI 3.1.0 all Schema objects becomes JsonSchema. 3.1.0 deserializes schema "type" to array field "types". At least this part of SchemaDiff works incorrectly: SchemaDiff.java#L349-L352. Most probably such changes will affect other parts of library.

DrSatyr avatar Feb 10 '25 22:02 DrSatyr