julasamer
julasamer
Hi! I've added support for seeded RNG by allowing the passing of any `RandomNumberGenerator` to `Faker`. Caveats: - I ignored Swift
## Context and Description The OpenApi spec says, that for dates, the field should use `{"type":"string", "format": "date-time"}`. The inofficial standard format for dates seems to be ISO 8601. Fields...
Fields that have the type `Date` are shown as `"type":"number"` in the Swagger spec. Generating a client API from that exposes the field as a `Double`. The Swagger spec for...