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

User-defined process parameters are recursively defined #268

Closed
m-mohr opened this issue Mar 26, 2020 · 1 comment · Fixed by #284
Closed

User-defined process parameters are recursively defined #268

m-mohr opened this issue Mar 26, 2020 · 1 comment · Fixed by #284
Labels
Milestone

Comments

@m-mohr
Copy link
Member

m-mohr commented Mar 26, 2020

The user-defined process parameters are recursively defined, which is not correct. It shouldn't be recursive.

image

See OpenAPI doc -> /processes -> processes -> parameters -> schema -> parameters

Also, return values and service type parameters show the "parameters" json schema keyword, which doesn't make sense there.

@m-mohr m-mohr added this to the v1.0-final milestone Mar 26, 2020
@m-mohr m-mohr added the bug label Apr 9, 2020
@m-mohr
Copy link
Member Author

m-mohr commented Apr 9, 2020

Commit 7ed8714 tries to fix this, but another issue in Redoc prevents correct rendering: Redocly/redoc#1154

image

Also, I'm not sure it's worth the additional complexity in the schemas.

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

Successfully merging a pull request may close this issue.

1 participant