We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f100052 commit 7338e16Copy full SHA for 7338e16
src/oas.md
@@ -3112,15 +3112,13 @@ Requiring that a strong `ETag` header (with a value starting with `"` rather tha
3112
```yaml
3113
ETag:
3114
required: true
3115
- content:
3116
- text/plain:
3117
- schema:
3118
- type: string
3119
- # Note that quotation markes are part of the
3120
- # ETag value, unlike many other headers that
3121
- # use a quoted string purely for managing
3122
- # reserved characters.
3123
- pattern: ^"
+ schema:
+ type: string
+ # Note that quotation markes are part of the
+ # ETag value, unlike many other headers that
+ # use a quoted string purely for managing
+ # reserved characters.
+ pattern: ^"
3124
example: '"xyzzy"'
3125
```
3126
0 commit comments