Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

type definition in OpenAPI spec is overridden by format value #201

Open
Mrteller opened this issue Oct 8, 2023 · 0 comments
Open

type definition in OpenAPI spec is overridden by format value #201

Mrteller opened this issue Oct 8, 2023 · 0 comments

Comments

@Mrteller
Copy link

Mrteller commented Oct 8, 2023

The type: string in OpenAPI spec should result in String property in Swift datatype and it is usually so. But if the property in the OpenAPI spec also has format: date-time then the generated property becomes Date. And fails to decode.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant