Skip to content

Commit 8e516eb

Browse files
authored
Merge pull request #793 from MikeRalphson/patch-1
Typo fixes
2 parents d2906f6 + 5e939f7 commit 8e516eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

versions/3.0.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ An additional primitive data type `"file"` is used by the [Parameter Object](#pa
9595
<a name="dataTypeFormat"></a>Primitives have an optional modifier property `format`.
9696
OAS uses several known formats to more finely define the data type being used.
9797
However, the `format` property is an open `string`-valued property, and can have any value to support documentation needs.
98-
Formats such as `"email"`, `"uuid"`, etc., can be used even though they are not defined by this specification
98+
Formats such as `"email"`, `"uuid"`, etc., can be used even though they are not defined by this specification.
9999
Types that are not accompanied by a `format` property follow their definition from the JSON Schema (except for `file` type which is defined above).
100100
The formats defined by the OAS are:
101101

@@ -1525,7 +1525,7 @@ Using the `operationId` to reference an operation in the definition has many ben
15251525
Many operations require parameters to be passed, and these may be dynamic depending on the response itself.
15261526

15271527
To specify parameters required by the operation, we can use a **Link Parameters Object**.
1528-
This object contains parameter names along with static or dynamic valus:
1528+
This object contains parameter names along with static or dynamic values:
15291529

15301530
```yaml
15311531
paths:
@@ -1638,7 +1638,7 @@ This does mean that `example`, structurally, can be either a string primitive or
16381638
In locations where the field being provided an `example` is a scalar value _or_ has it's content-type definition determined by a higher-level construct (a response payload, for example, uses the `produces` attribute to select the correct message format), the plural `examples` shall be used, and the payload format be specified as a key to the example.
16391639

16401640
In all cases, the payload is expected to be compatible with the type schema for the value that it is accompanying.
1641-
Tooling Specifications may choose to valide compatibility automatically, and reject the example value(s) if they are not compatible.
1641+
Tooling Specifications may choose to validate compatibility automatically, and reject the example value(s) if they are not compatible.
16421642

16431643
```yaml
16441644
# in a model

0 commit comments

Comments
 (0)