OpenApiPathsRules Class
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.
The validation rules for OpenApiPaths.
[Microsoft.OpenApi.OpenApiRule]
public static class OpenApiPathsRules
[<Microsoft.OpenApi.OpenApiRule>]
type OpenApiPathsRules = class
Public Class OpenApiPathsRules
- Inheritance
-
OpenApiPathsRules
- Attributes
Properties
| Name | Description |
|---|---|
| PathMustBeUnique |
A relative path to an individual endpoint. The field name MUST begin with a slash. |
| PathNameMustBeginWithSlash |
A relative path to an individual endpoint. The field name MUST begin with a slash. |