Skip to content

Commit 5de51c3

Browse files
authored
Merge pull request #259 from disneystreaming/openapi-extensions-sparse
make openapi extensions sparse
2 parents 78f22b0 + a80ed22 commit 5de51c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/core/resources/META-INF/smithy/openapi/openapi.smithy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ namespace alloy.openapi
44

55
/// This traits allows the encoding of OpenAPI Extensions
66
/// as defined in https://swagger.io/docs/specification/openapi-extensions/.
7+
@sparse // to be able to handle `null` values
78
@trait
89
map openapiExtensions {
910
key: String

0 commit comments

Comments
 (0)