Skip to content

Commit

Permalink
Fix failing integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SachinAkash01 committed Nov 27, 2024
1 parent fc886fd commit 77ed3c3
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,8 @@ public type ConnectionConfig record {|
http:ProxyConfig proxy?;
# Enables the inbound payload validation functionality which provided by the constraint package. Enabled by default
boolean validation = true;
# Enables or disables relaxed data binding on the client side. Disabled by default.
# When enabled, the JSON data will be projected to the Ballerina record type and during the projection,
# nil values will be considered as optional fields and absent fields will be considered for nilable types
boolean laxDataBinding = true;
|};

0 comments on commit 77ed3c3

Please sign in to comment.