Skip to content

Commit ebf9a44

Browse files
Apply suggestions from code review
Co-authored-by: Karen Etheridge <[email protected]>
1 parent 0b7c42d commit ebf9a44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/oas.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1118,7 +1118,7 @@ content:
11181118
}
11191119
```
11201120

1121-
Assuming a path of `/foo`, a server of `https://example.com`, the full URL incorporateing the value from the `example` field (with whitespace minimized) would be:
1121+
Assuming a path of `/foo`, a server of `https://example.com`, the full URL incorporating the value from the `example` field (with whitespace minimized) would be:
11221122

11231123
```uri
11241124
https://example.com/foo?%7B%22numbers%22%3A%5B1%2C2%5D%2C%22flag%22%3Anull%7D
@@ -1138,7 +1138,7 @@ content:
11381138

11391139
As there is not, as of this writing, a [registered](#media-type-registry) mapping between the JSON Schema data model and JSONPath, the details of the string's allowed structure would need to be conveyed either in a human-readable `description` field, or through a mechanism outside of the OpenAPI Description, such as a JSON Schema for the data structure to be queried.
11401140

1141-
Assuming a path of `/foo` and a server of `https://example.com`, the full URL incorporateing the value from the `example` field would be:
1141+
Assuming a path of `/foo` and a server of `https://example.com`, the full URL incorporating the value from the `example` field would be:
11421142

11431143
```uri
11441144
https://example.com/foo?%24.a.b%5B1%3A1%5D

0 commit comments

Comments
 (0)