disneystreaming / alloy

Other
37 stars 10 forks source link

Support @nullable in simpleRestJson smithy to openapi conversion #145

Closed Baccata closed 5 months ago

Baccata commented 6 months ago

This should be done by adding a new JsonSchemaMapper such as this one to annotate an openapi schema corresponding to a smithy-shape with nullable: true

See https://swagger.io/docs/specification/data-models/data-types/ (ctrl-f "nullable")

Baccata commented 5 months ago

Done https://github.com/disneystreaming/alloy/pull/142