Components Model
constructor(schemas: MutableMap<String, SchemaModel<*>> = sortedMapOf(), responses: MutableMap<String, StatusResponseModel> = sortedMapOf(), parameters: MutableMap<String, ParameterModel<*>> = sortedMapOf(), examples: MutableMap<String, ExampleModel<*>> = sortedMapOf(), requestBodies: MutableMap<String, RequestBodyModel> = sortedMapOf(), headers: MutableMap<String, HeaderModel<*>> = sortedMapOf(), securitySchemes: MutableMap<String, SecuritySchemeModel<*>> = sortedMapOf())(source)