Format

enum Format : Enum<Format>

The format of the output OpenAPI file.

Entries

Link copied to clipboard

Use the JSON format. Will not be beautified.

Link copied to clipboard

Use the YAML format. Will be beautified.

Functions

Link copied to clipboard
operator fun invoke(value: OpenAPI, version: OpenApiVersion): String

Convert the given OpenAPI object into the desired format.

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int