You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: versions/3.0.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,7 @@ An additional primitive data type `"file"` is used by the [Parameter Object](#pa
95
95
<aname="dataTypeFormat"></a>Primitives have an optional modifier property `format`.
96
96
OAS uses several known formats to more finely define the data type being used.
97
97
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.
99
99
Types that are not accompanied by a `format` property follow their definition from the JSON Schema (except for `file` type which is defined above).
100
100
The formats defined by the OAS are:
101
101
@@ -1525,7 +1525,7 @@ Using the `operationId` to reference an operation in the definition has many ben
1525
1525
Many operations require parameters to be passed, and these may be dynamic depending on the response itself.
1526
1526
1527
1527
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:
1529
1529
1530
1530
```yaml
1531
1531
paths:
@@ -1638,7 +1638,7 @@ This does mean that `example`, structurally, can be either a string primitive or
1638
1638
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.
1639
1639
1640
1640
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.
0 commit comments