Merge remote-tracking branch 'origin/master' into kitsune/cleanup

This commit is contained in:
Kitsune Ral 2020-06-10 21:14:49 +02:00
commit 8e7c0dfb93
90 changed files with 3314 additions and 392 deletions

View file

@ -56,3 +56,11 @@ doesn't work, as in the following example:
properties:
...
```
## OpenAPI 3's "2xx" format for response codes
<!-- TODO: Remove this section after upgrading to OpenAPI v3 -->
In some cases, the schema will have HTTP response code definitions like
`2xx`, `3xx`, and `4xx`. These indicate that a response code within those
ranges (`2xx` = `200` to `299`) is valid for the schema.