Skip to content

Commit 4aaeaa9

Browse files
committed
casing
1 parent 2b01041 commit 4aaeaa9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

versions/3.0.4.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2063,7 +2063,7 @@ The following examples show how the various expressions evaluate, assuming the c
20632063
| $method | POST |
20642064
| $request.path.eventType | myevent |
20652065
| $request.query.queryUrl | <https://clientdomain.com/stillrunning> |
2066-
| $request.header.content-Type | application/json |
2066+
| $request.header.content-type | application/json |
20672067
| $request.body#/failedUrl | <https://clientdomain.com/failed> |
20682068
| $request.body#/successUrls/1 | <https://clientdomain.com/medium> |
20692069
| $response.header.Location | <https://example.org/subscription/1> |
@@ -2128,8 +2128,8 @@ Tooling implementations MAY choose to validate compatibility automatically, and
21282128
#### Working With Examples
21292129

21302130
Example Objects can be used in both [Parameter Objects](#parameter-object) and [Media Type Objects](#media-type-object).
2131-
In both Objects, this is done through the `examples` (plural) field.
2132-
However, there are two other ways to provide examples: The `example` (singular) field that is mutually exclusive with `examples` in both Objects, and the `example` (singular) field in the [Schema Object](#schema-object) that appears in the `schema` field of both Objects.
2131+
In both objects, this is done through the `examples` (plural) field.
2132+
However, there are two other ways to provide examples: The `example` (singular) field that is mutually exclusive with `examples` in both objects, and the `example` (singular) field in the [Schema Object](#schema-object) that appears in the `schema` field of both objects.
21332133
Each of these fields has slightly different considerations.
21342134

21352135
The Schema Object's `example` field is used to show example values without regard to how they might be formatted as parameters or within media type representations.

0 commit comments

Comments
 (0)