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

TCK resource uses invalid type for PathItem response content #663

Closed
MikeEdgar opened this issue Oct 15, 2024 · 0 comments · Fixed by #665
Closed

TCK resource uses invalid type for PathItem response content #663

MikeEdgar opened this issue Oct 15, 2024 · 0 comments · Fixed by #665
Labels

Comments

@MikeEdgar
Copy link
Member

The simpleapi.yaml resource uses an array for the content of a path item response. The correct type is an object. Either we should modify the test resource or define how implementations should handle such a scenario - e.g. the invalid type is treated as null and dropped from the input.

pathItems:
idCrud:
delete:
responses:
'202':
content: []
description: Delete item

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