OpenApiFormat Enum
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.
Represents the Open Api document format.
public enum OpenApiFormat
type OpenApiFormat =
Public Enum OpenApiFormat
- Inheritance
-
OpenApiFormat
Fields
Name | Value | Description |
---|---|---|
Json | 0 | JSON format. |
Yaml | 1 | Yaml format. |