Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Krishnananthalingam Tharmigan <[email protected]>
  • Loading branch information
SachinAkash01 and TharmiganK authored Jan 21, 2025
1 parent 2f7bf98 commit 8818a15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/spec/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ The service implemented via the service contract type has the following restrict
Enables relaxed data binding for the JSON payload binding process, allowing graceful handling of null values and absent fields
to reduce type conversion errors and better align with inconsistent API requests.

The following rules applies for relaxed data binding in addition to data projection,
The following additional rules applies to data projection used for the relaxed data binding,

- For fields that are marked as optional but non-nullable, null values in the response are treated as absent fields instead of causing
runtime failures.
Expand Down Expand Up @@ -1372,7 +1372,7 @@ public function main() {
Enables relaxed data binding for the JSON payload binding process, allowing graceful handling of null values and absent fields
to reduce type conversion errors and better align with inconsistent API responses.

The following rules applies for relaxed data binding in addition to data projection.
The following additional rules applies to data projection used for the relaxed data binding,

- For fields that are marked as optional but non-nullable, null values in the response are treated as absent fields instead of causing
runtime failures.
Expand Down

0 comments on commit 8818a15

Please sign in to comment.