Api

data class Api<NODE>(source)

Constructors

Link copied to clipboard
constructor(info: ApiInfo, tags: List<Tag>, paths: Map<String, Map<String, ApiPath<NODE>>>, components: Components<NODE>, servers: List<ApiServer>, webhooks: Map<String, Map<String, ApiPath<NODE>>>?, openapi: String, jsonSchemaDialect: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tags: List<Tag>
Link copied to clipboard