Roberto Polli
Roberto Polli
## I expect A description on how to use RateLimit-* in throttled responses, eg `429` ## example An user over quota, and receives an eg 429. Returning all the headers...
## I expect The `delta-seconds` used for `RateLimit-Reset` to have an upper bound. This could help with #15 because we could say that: - if the value is higher than...
Hi, the patch: - uses the latest dkvolume api; - renders err.Error(); - reindent with gofmt; Peace, R
## I expect to remove !!binary from 1.2.3 and 1.3 spec See https://github.com/yaml/yaml-spec/issues/268
* Issue #, if available: #280 * Description of changes: remove binary examples from 1.2.3 and 1.3 spec By submitting this pull request, I confirm that you can use, modify,...
* Issue #276 * Description of changes: Remove omap and set from examples By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution,...
Note - this won't remove references to `timestamp` type. * Issue #, if available: #268 * Description of changes: Remove the timestamp examples By submitting this pull request, I confirm...
## This PR - stubs security considerations - it is for ease the discussion and allowing the team to provide patches directly to the PR.
## I expect - this spec to have a "Security considerations" section. There's an IETF stream to register the `application/yaml` and `text/yaml` media types, and this section is very important...
## When I 1. Have a '204' response, eg. ``` openapi: 3.0.1 paths: /foo: delete: description: Deletes a question foo. tags: - foo summary: Deletes a foo. responses: '204': description:...