We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
string
string[] in result is in schema definition with all string prototypes.
string[]
tpoisseau/tuyau-openapi-repro@24b927d
https://github.com/tpoisseau/tuyau-openapi-repro/blob/b8475f97e61836a34b22cc2822e4d9e78f7f4ad8/app/validators/how_to_describe_param.ts#L10
generate
https://github.com/tpoisseau/tuyau-openapi-repro/blob/bf08929a9cac0d37552133f040da7c78853623f8/openapi.yaml#L17
It should generate
- name: "query" in: "query" required: false schema: type: "string"
instead
The text was updated successfully, but these errors were encountered:
No branches or pull requests
string[]
in result is in schema definition with all string prototypes.tpoisseau/tuyau-openapi-repro@24b927d
https://github.com/tpoisseau/tuyau-openapi-repro/blob/b8475f97e61836a34b22cc2822e4d9e78f7f4ad8/app/validators/how_to_describe_param.ts#L10
generate
https://github.com/tpoisseau/tuyau-openapi-repro/blob/bf08929a9cac0d37552133f040da7c78853623f8/openapi.yaml#L17
It should generate
instead
The text was updated successfully, but these errors were encountered: