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
+4-5Lines changed: 4 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -119,12 +119,11 @@ For example, if a field is said to have an array value, the JSON array represent
119
119
}
120
120
```
121
121
122
-
While the API is described using JSON it does not impose a JSON input/output to the API itself.
122
+
Even though the API is described with JSON, it is not required to use JSON for input or output.
123
123
124
124
All field names in the specification are **case sensitive**.
125
125
126
-
The schema exposes two types of fields.
127
-
Fixed fields, which have a declared name, and Patterned fields, which declare a regex pattern for the field name.
126
+
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.
128
127
Patterned fields can have multiple occurrences as long as each has a unique name.
129
128
130
129
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:
@@ -1136,8 +1135,8 @@ items:
1136
1135
1137
1136
A container for the expected responses of an operation.
1138
1137
The container maps a HTTP response code to the expected response.
1139
-
It is not expected from the documentation to necessarily cover all possible HTTP response codes, since they may not be known in advance.
1140
-
However, it is expected from the documentation to cover a successful operation response and any known errors.
1138
+
It is not expected for the documentation to necessarily cover all possible HTTP response codes, since they may not be known in advance.
1139
+
However, it is expected for the documentation to cover a successful operation response and any known errors.
1141
1140
1142
1141
The `default` MAY be used as a default response object for all HTTP codes that are not covered individually by the specification.
0 commit comments