Swiftgger icon indicating copy to clipboard operation
Swiftgger copied to clipboard

OpenAPI support for server side Swift projects.

Results 4 Swiftgger issues
Sort by recently updated
recently updated
newest added

This happens with all APIAuthorizationType that don't let you customise the location field. A simple fix for this is to make `parameterLocation` optional in `OpenAPISecurityScheme`

Objects with `Decimal` attributes or nested Array (tested `Array`) fail to serialize in the schema and fall back to another schema link. `[[[Double]]]` is typical for GeoJSON requests so it...

Hello! Could you please to take a look at the following issue: I have found that a collection of encodable objects is missing under Example Values. See image below: And...

Maybe need to change APIResponse type - case dictionary from dictionary(Any.Type) to dictionary(Any.Type : Any.Type) ![Снимок экрана 2021-08-02 в 12 27 38](https://user-images.githubusercontent.com/61082418/127838469-a95bc34a-72cf-49ec-ae27-c996ff05bdc1.png) If I use one type for response it’s...