-
Notifications
You must be signed in to change notification settings - Fork 5
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
Some objects in the OpenAPI spec are incorrect #309
Some objects in the OpenAPI spec are incorrect #309
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅ |
@jkoenig134 What information is actually supposed to be given in the openapi.yml file? I don't completely see what pattern we are following there. |
I don't get your question. In a perfect world openapi and the results would be 1:1 the same. It's hard to archieve that, so I fixed these bugs. |
I had trouble finding the data structure that is returned as a result so that I might compare them. Where do I see how the returned object will occur? Another question that is principally unrelated to your changes: Why do we have |
The Data structure is RelationshipDTO. Regarding |
And is |
|
Should we also add the |
we should document it, yes. |
Readiness checklist
Description
Fixes nmshd/feedback#29
Fixed issues:
@type
is displayed as required inRequestResponseContent
peerIdentity
is missing inRelationship