Package io.bkbn.kompendium.oas
This is the root package that contains the top level spec that is ultimately serialized into the specification JSON payload.
Types
Link copied to clipboard
data class OpenApiSpec(openapi: String, info: Info, servers: MutableList<Server>, paths: MutableMap<String, Path>, components: Components, security: MutableList<Map<String, List<String>>>, tags: MutableList<Tag>, externalDocs: ExternalDocumentation?)
Content copied to clipboard