Text
class Text(val content: String, val contentType: ContentType = ContentType.Application.Json) : OpenApiDocSource(source)
A static string source for an OpenAPI document.
Parameters
content
The text returned for the spec.
A static string source for an OpenAPI document.
The text returned for the spec.