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

Fixes structured & collection-valued parameters of functions #133

Merged
merged 3 commits into from
Nov 18, 2021

Conversation

irvinesunday
Copy link
Contributor

Fixes #122

This PR:

  • Adds a Content property and a media type object to the structured & collection-valued parameters property of functions to indicate that the parameter values are serialized as JSON.
  • Adds test for the above.

Add content property and a media type object to indicate that the parameters are serialized as JSON
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.

functions with parameters that are collection are poorly converted
3 participants