We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 712b6d4 commit 8d43740Copy full SHA for 8d43740
src/Microsoft.OpenApi/Validations/Rules/RuleHelpers.cs
@@ -114,11 +114,6 @@ public static void ValidateDataTypeMismatch(
114
return;
115
}
116
117
- if (value is OpenApiNull)
118
- {
119
- return;
120
- }
121
-
122
// If value is not a string and also not an array, there is a data mismatch.
123
if (!(value is OpenApiArray))
124
{
0 commit comments