Skip to content

Commit

Permalink
Indicating that new param is optional
Browse files Browse the repository at this point in the history
  • Loading branch information
rogordon01 committed Jun 11, 2024
1 parent b6d1ef2 commit 9526909
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
{
"name": "jsonDeserializationTreatDatesAsStrings",
"use": "in",
"min": 1,
"min": 0,
"max": "1",
"documentation": "Used when InputDateType == `Json`. Determines if date time values in the InputData are treated as simple strings when Json deserialization occurs.",
"type": "boolean"
Expand Down

0 comments on commit 9526909

Please sign in to comment.