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
{{ message }}
This repository was archived by the owner on May 30, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: versions/3.0.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -674,7 +674,7 @@ This object can be extended with [Specification Extensions](#specificationExtens
674
674
"200": {
675
675
"description": "pet response",
676
676
"content": {
677
-
"*": {
677
+
"*/*": {
678
678
"schema": {
679
679
"type": "array",
680
680
"items": {
@@ -721,7 +721,7 @@ get:
721
721
'200':
722
722
description: pet response
723
723
content:
724
-
*:
724
+
'*/*' :
725
725
schema:
726
726
type: array
727
727
items:
@@ -1831,7 +1831,7 @@ X-Rate-Limit-Reset:
1831
1831
1832
1832
Allows sharing examples for operation requests and responses. This literal value can either be any JSON or YAML object, array or primitive value. To represent examples of media types that cannot naturally represented in the OpenAPI definition, a string value can be used to contain the example with escaping where necessary.
1833
1833
1834
-
##### Example Example
1834
+
##### Example Object Example
1835
1835
1836
1836
Example representation for application/json media type of a Pet data type:
1837
1837
@@ -1863,7 +1863,7 @@ Field Name | Type | Description
1863
1863
<a name="describedExampleSummary"></a>summary | `string` | Short description for the example.
1864
1864
<a name="describedExampleDescription"></a>description | `string` | Long description for the example.
1865
1865
<a name="describedExampleValue"></a>value | [Example Object](#exampleObject) | Embedded literal example. The `value` field and `valueUrl` field are mutually exclusive.
1866
-
<a name="describedExampleValueUrl"></a>valueUrl | `string` | A Url that points to the literal example. This provides the ability to reference examples that cannot easily be included in JSON or YAML documents. The `value` field and `valueUrl` field are mutually exclusive.
1866
+
<a name="describedExampleValueUrl"></a>valueUrl | `string` | A URL that points to the literal example. This provides the ability to reference examples that cannot easily be included in JSON or YAML documents. The `value` field and `valueUrl` field are mutually exclusive.
1867
1867
1868
1868
This object can be extended with [Specification Extensions](#specificationExtensions).
1869
1869
@@ -1872,7 +1872,7 @@ for the value that it is accompanying. Tooling implementations MAY choose to
1872
1872
validate compatibility automatically, and reject the example value(s) if they
0 commit comments