sudorandom / protoc-gen-connect-openapi

Plugin for generating OpenAPIv3 from protobufs matching the Connect RPC interface
MIT License
102 stars 7 forks source link

fix gnostic extra properties #8

Closed jakubtomany closed 7 months ago

jakubtomany commented 7 months ago

Using gnostic annotation for deprecated field (gnostic.openapi.v3.property).deprecated = true panics, becauseschema.ExtraProperties is nil. This PR fixes it.