oas-kit icon indicating copy to clipboard operation
oas-kit copied to clipboard

Give an option to mark not required fields as nullable

Open gyz0072004 opened this issue 2 years ago • 1 comments

Checklist

  • [x] Conversion: I have checked my source definition is valid OpenAPI 2.0

Detailed Description

Our API would return NULL value for optional fields in swagger definition. It's acceptable in OpenAPI 2.0. However, because the transformed OpenAPI 3.0 definition doesn't mark the field as nullable, the field becomes not nullable. We would like the toolkit to support auto marking the fields as nullable

Other stuff

swagger2openapi: 7.0.8

gyz0072004 avatar Dec 05 '22 07:12 gyz0072004

Could you expand on why this behaviour was acceptable in OpenAPI 2.0 (it doesn't seem obvious to me). Optional and nullable mean different things here. My gut feeling is this isn't something I'd be likely to add, but please try and convince me!

MikeRalphson avatar Feb 17 '23 18:02 MikeRalphson