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

Add tuple support #293

Merged
merged 1 commit into from
Aug 8, 2020
Merged

Add tuple support #293

merged 1 commit into from
Aug 8, 2020

Conversation

Mause
Copy link
Contributor

@Mause Mause commented Aug 2, 2020

This PR adds support for openapi v3's tuples

@@ -232,6 +239,7 @@ describe("types", () => {
string: string;
array_ref: components['schemas']['array'][];
inferred_array: components['schemas']['array'][];
tuple: [string, number];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice test!

@drwpow drwpow merged commit d50ea18 into openapi-ts:master Aug 8, 2020
@drwpow
Copy link
Contributor

drwpow commented Aug 8, 2020

@all-contributors please add @Mause for code, test

@allcontributors
Copy link
Contributor

@drwpow

I've put up a pull request to add @Mause! 🎉

@Mause
Copy link
Contributor Author

Mause commented Aug 8, 2020

@drwpow thank you so much!

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

Successfully merging this pull request may close these issues.

2 participants