File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 4
4
"spec_versions": {
5
5
"v1": {
6
6
"apigentools_version": "1.3.0",
7
- "regenerated": "2020-11-05 16:01:01.489440 ",
8
- "spec_repo_commit": "c9877a2 "
7
+ "regenerated": "2020-11-09 17:33:55.154741 ",
8
+ "spec_repo_commit": "87429e5 "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.3.0",
12
- "regenerated": "2020-11-05 16:01:13.142309 ",
13
- "spec_repo_commit": "c9877a2 "
12
+ "regenerated": "2020-11-09 17:34:06.749792 ",
13
+ "spec_repo_commit": "87429e5 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -734,6 +734,9 @@ def check_validations(
734
734
configuration (Configuration): the configuration class.
735
735
"""
736
736
737
+ if input_values is None :
738
+ return
739
+
737
740
current_validations = validations [input_variable_path ]
738
741
if (is_json_validation_enabled ('multipleOf' , configuration ) and
739
742
'multiple_of' in current_validations and
Original file line number Diff line number Diff line change @@ -734,6 +734,9 @@ def check_validations(
734
734
configuration (Configuration): the configuration class.
735
735
"""
736
736
737
+ if input_values is None :
738
+ return
739
+
737
740
current_validations = validations [input_variable_path ]
738
741
if (is_json_validation_enabled ('multipleOf' , configuration ) and
739
742
'multiple_of' in current_validations and
You can’t perform that action at this time.
0 commit comments