Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1953,7 +1953,7 @@
"exclusiveMaximum": false,
"minimum": 8,
"exclusiveMinimum": false,
"description": "Maxium request body size for WAF."
"description": "Maximum request body size for WAF."
},
"maxRequestBodySizeInKb": {
"type": "integer",
Expand All @@ -1962,7 +1962,7 @@
"exclusiveMaximum": false,
"minimum": 8,
"exclusiveMinimum": false,
"description": "Maxium request body size in Kb for WAF."
"description": "Maximum request body size in Kb for WAF."
},
"fileUploadLimitInMb": {
"type": "integer",
Expand All @@ -1971,7 +1971,7 @@
"exclusiveMaximum": false,
"minimum": 0,
"exclusiveMinimum": false,
"description": "Maxium file upload size in Mb for WAF."
"description": "Maximum file upload size in Mb for WAF."
},
"exclusions": {
"type": "array",
Expand Down
Loading