The Lax Operator %
is a suffix operator that wraps every member of a Struct in an Optional. See the Optional page for more information.
This is most useful for the common pattern of accepting partial object for PATCH
calls. Using this pattern, the client can update certain fields of a resource while leaving the other ones unchanged.