Package io.bkbn.kompendium.oas.component
This package correlates to the OAS Component layer, which at the moment is relatively bare bones. It will just contain a reference to any security schemas, as adding objects here as components severely limits future ability to add cool features such as route level object validations. Got issues with that, bring it up with the Open API Team :)
Types
Link copied to clipboard
data class Components(schemas: MutableMap<String, ComponentSchema>, securitySchemes: MutableMap<String, SecuritySchema>)
Content copied to clipboard