Closed jakubtomany closed 7 months ago
Using gnostic annotation for deprecated field (gnostic.openapi.v3.property).deprecated = true panics, becauseschema.ExtraProperties is nil. This PR fixes it.
(gnostic.openapi.v3.property).deprecated = true
schema.ExtraProperties
nil
Using gnostic annotation for deprecated field
(gnostic.openapi.v3.property).deprecated = true
panics, becauseschema.ExtraProperties
isnil
. This PR fixes it.