Format (enum)
The format to generate the representation of the swagger spec.
API
Format.java
enum Format {
JSON (1)
YAML (2)
String mediaType() (3)
}
1 | JSON
Generate a format in JSON ( |
2 | YAML
Generate a format in YAML ( |
3 | mediaType()
Returns the associated media type for each of the formats. |