Closed
Description
Describe the bug
- In the latest swagger version (2.2.32) $dynamicRef has been added to fix missing $dynamicRef property in openapi 3.1 schema
- Then, in combination with
springdoc-openapi
makes for the following error when loading any endpoint:
Missing property $dynamicRef in Schema model for OpenAPI v3.1
from DataRestDelegatingMethodParameterCustomizer
To Reproduce
Steps to reproduce the behavior:
-
What version of spring-boot you are using?
3.4.5
-
What modules and versions of springdoc-openapi are you using?
2.8.8
-
Using also io.swagger.core.v3.jakarta-annotations
2.2.32
-
What is the actual and the expected result using OpenAPI Description (yml or json)? n/a
-
Provide with a sample code (HelloController) or Test that reproduces the problem n/a
That kind of combination creates the problem under openapi 3.1 spec because Schema doesn't have $dynamicRef