Skip to content

Commit 0c25724

Browse files
author
Ron
authored
Merge pull request OAI#841 from gibson042/2016-11-grammar-diction
Tweak grammar and diction
2 parents 6389e18 + 885b6be commit 0c25724

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

versions/3.0.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ While the API is described using JSON, it does not impose a JSON input/output to
118118

119119
All field names in the specification are **case sensitive**.
120120

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+
123123
Patterned fields can have multiple occurrences as long as each has a unique name.
124124

125125
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
15741574

15751575
A container for the expected responses of an operation.
15761576
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.
15801580

15811581
The `default` MAY be used as a default response object for all HTTP codes
15821582
that are not covered individually by the specification.

0 commit comments

Comments
 (0)