OpenApiComponentsRules 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 OpenApiComponents.
[Microsoft.OpenApi.OpenApiRule]
public static class OpenApiComponentsRules
[<Microsoft.OpenApi.OpenApiRule>]
type OpenApiComponentsRules = class
Public Class OpenApiComponentsRules
- Inheritance
-
OpenApiComponentsRules
- Attributes
Properties
| Name | Description |
|---|---|
| KeyMustBeRegularExpression |
All the fixed fields declared above are objects that MUST use keys that match the regular expression: ^[a-zA-Z0-9.-_]+$. |