Skip to content

Commit

Permalink
typo in default handling docs
Browse files Browse the repository at this point in the history
  • Loading branch information
combinatorist authored Jan 2, 2025
1 parent 1d128fa commit 57e88dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ By default, `smithy4s-json` abides by the semantics of :
* [timestampFormat](https://smithy.io/2.0/spec/protocol-traits.html#timestampformat-trait)
* [sparse](https://smithy.io/2.0/spec/type-refinement-traits.html#sparse-trait)
* [required](https://smithy.io/2.0/spec/type-refinement-traits.html#required-trait)
* [default](https://smithy.io/2.0/spec/type-refinement-traits.html#default-value-serialization). It is worth noting that, by default, Smithy4s chooses to not serialise default values if the when the member is optional.
* [default](https://smithy.io/2.0/spec/type-refinement-traits.html#default-value-serialization). It is worth noting that, by default, Smithy4s chooses to not serialise default values when the member is optional.
* [alloy traits](/~https://github.com/disneystreaming/alloy/blob/main/docs/serialisation/json.md)


Expand Down

0 comments on commit 57e88dc

Please sign in to comment.