-
Notifications
You must be signed in to change notification settings - Fork 3
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
Paging details in listing responses #77
Paging details in listing responses #77
Conversation
…d pretty formatting on result-list.json
I made a minor amendment to what the ticket (#21) said we should do, in that we specified that the parameters would be passed as an array of objects, but when implementing it seemed less verbose to make the parameters object essentially a string -> string map, so it's declared as a object with arbitrary keys and string values. I've also used "patternProperties", which seems fine in JSON schema, but I've been struggling to get the OpenAPI spec to validate (quite a few tools seem to not like 3.1.0) or to generate the HTML, so I'm not 100% sure that that is as well supported in the API spec. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is fine TBH, see my niggly comments about wording though. These could be applied in a few places.
Resolves Issue #21