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 support for OpenAPI integer type #632

Merged
merged 1 commit into from
Nov 12, 2020
Merged

Add support for OpenAPI integer type #632

merged 1 commit into from
Nov 12, 2020

Conversation

kstich
Copy link
Contributor

@kstich kstich commented Nov 12, 2020

This commit adds support for outputting an "integer" type instead
of a "number" type for byte, short, integer, and long shapes when
converting to OpenAPI.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@kstich kstich requested a review from mtdowling November 12, 2020 00:39
@kstich kstich force-pushed the openapi_integer_type branch 2 times, most recently from 83cc15e to 37d32e4 Compare November 12, 2020 18:01
Copy link
Member

@mtdowling mtdowling left a comment

Choose a reason for hiding this comment

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

missing comma, then ship it

docs/source/1.0/guides/converting-to-openapi.rst Outdated Show resolved Hide resolved
This commit adds support for outputting an "integer" type instead
of a "number" type for byte, short, integer, and long shapes when
converting to OpenAPI.
@kstich kstich force-pushed the openapi_integer_type branch from 37d32e4 to ace3f74 Compare November 12, 2020 20:01
@kstich kstich merged commit 2435abc into master Nov 12, 2020
@kstich kstich deleted the openapi_integer_type branch November 12, 2020 22:34
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