OpenApiParameterRules.PathParameterShouldBeInThePath Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Validate that a path parameter should always appear in the path
public static Microsoft.OpenApi.ValidationRule<Microsoft.OpenApi.IOpenApiParameter> PathParameterShouldBeInThePath { get; }
static member PathParameterShouldBeInThePath : Microsoft.OpenApi.ValidationRule<Microsoft.OpenApi.IOpenApiParameter>
Public Shared ReadOnly Property PathParameterShouldBeInThePath As ValidationRule(Of IOpenApiParameter)