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
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,12 @@ The HTTP Status Codes are used to indicate the status of the executed operation.
51
51
### Format
52
52
53
53
The files describing the RESTful API in accordance with the OpenAPI Specification are represented as JSON objects and conform to the JSON standards. YAML, being a superset of JSON, can be used as well to
54
-
represent a OAS (OpenAPI Specification) file.
54
+
represent a OAS (OpenAPI Specification) file. For YAML, version `1.1` is supported for OAS documents.
55
+
56
+
As YAML has a superset of features, the following YAML features are NOT supported by the OAS:
57
+
58
+
* YAML Merge. Consider using JSON Pointers instead
59
+
* Numeric keys. All numeric keys should be quoted
55
60
56
61
For example, if a field is said to have an array value, the JSON array representation will be used:
0 commit comments