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
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -118,8 +118,8 @@ While the API is described using JSON, it does not impose a JSON input/output to
118
118
119
119
All field names in the specification are **case sensitive**.
120
120
121
-
The schema exposes two types of fields.
122
-
Fixed fields, which have a declared name, and Patterned fields, which declare a regular expression pattern for the field name.
121
+
The schema exposes two types of fields: Fixed fields, which have a declared name, and Patterned fields, which declare a regex pattern for the field name.
122
+
123
123
Patterned fields can have multiple occurrences as long as each has a unique name.
124
124
125
125
In order to preserve the ability to round-trip between YAML and JSON formats, YAML version [1.2](http://www.yaml.org/spec/1.2/spec.html) is recommended along with some additional constraints:
@@ -1574,9 +1574,9 @@ This object can be extended with [Specification Extensions](#specificationExtens
1574
1574
1575
1575
A container for the expected responses of an operation.
1576
1576
The container maps a HTTP response code to the expected response.
1577
-
It is not expected from the documentation to necessarily cover all possible HTTP response codes, since they may not be known in advance. However, it is expected
1578
-
from the documentation to cover a successful operation response and any
1579
-
known errors.
1577
+
1578
+
It is not expected for the documentation to necessarily cover all possible HTTP response codes, since they may not be known in advance.
1579
+
However, it is expected for the documentation to cover a successful operation response and any known errors.
1580
1580
1581
1581
The `default` MAY be used as a default response object for all HTTP codes
1582
1582
that are not covered individually by the specification.
0 commit comments