File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
test/Microsoft.OpenApi.Tests/PublicApi Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -1169,6 +1169,7 @@ namespace Microsoft.OpenApi.Validations.Rules
1169
1169
{
1170
1170
public static Microsoft.OpenApi.Validations.ValidationRule<Microsoft.OpenApi.Models.OpenApiParameter> ParameterMismatchedDataType { get; }
1171
1171
public static Microsoft.OpenApi.Validations.ValidationRule<Microsoft.OpenApi.Models.OpenApiParameter> ParameterRequiredFields { get; }
1172
+ public static Microsoft.OpenApi.Validations.ValidationRule<Microsoft.OpenApi.Models.OpenApiParameter> PathParameterShouldBeInThePath { get; }
1172
1173
public static Microsoft.OpenApi.Validations.ValidationRule<Microsoft.OpenApi.Models.OpenApiParameter> RequiredMustBeTrueWhenInIsPath { get; }
1173
1174
}
1174
1175
[Microsoft.OpenApi.Validations.Rules.OpenApiRule]
You can’t perform that action at this time.
0 commit comments