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
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -657,7 +657,7 @@ The path itself is still exposed to the documentation viewer but they will not k
657
657
Field Name | Type | Description
658
658
---|:---:|---
659
659
<a name="pathItemRef"></a>$ref | `string` | Allows for an external definition of this path item. The referenced structure MUST be in the format of a [Path Item Object](#pathItemObject). If there are conflicts between the referenced definition and this Path Item's definition, the behavior is *undefined*.
660
-
<a name="pathItemSummary"></a>summary| `string` | An optional, string summary, intended to apply to all operations in this path.
660
+
<a name="pathItemSummary"></a>summary| `string` | A brief explanation that applies to all operations in this path. It may either complement or substitute for a description, though it is usually shorter. Only plain text is supported.
661
661
<a name="pathItemDescription"></a>description | `string` | An optional, string description, intended to apply to all operations in this path. [CommonMark syntax](http://spec.commonmark.org/) can be used for rich text representation.
662
662
<a name="pathItemGet"></a>get | [Operation Object](#operationObject) | A definition of a GET operation on this path.
663
663
<a name="pathItemPut"></a>put | [Operation Object](#operationObject) | A definition of a PUT operation on this path.
@@ -763,7 +763,7 @@ Describes a single API operation on a path.
763
763
Field Name | Type | Description
764
764
---|:---:|---
765
765
<a name="operationTags"></a>tags | [`string`] | A list of tags for API documentation control. Tags can be used for logical grouping of operations by resources or any other qualifier.
766
-
<a name="operationSummary"></a>summary | `string` | A short summary of what the operation does.
766
+
<a name="operationSummary"></a>summary | `string` | A brief explanation of what the operation does. It may either complement or substitute for a description, though it is usually shorter. Only plain text is supported.
767
767
<a name="operationDescription"></a>description | `string` | A verbose explanation of the operation behavior. [CommonMark syntax](http://spec.commonmark.org/) can be used for rich text representation.
768
768
<a name="operationExternalDocs"></a>externalDocs | [External Documentation Object](#externalDocumentationObject) | Additional external documentation for this operation.
769
769
<a name="operationId"></a>operationId | `string` | Unique string used to identify the operation. The id MUST be unique among all operations described in the API. Tools and libraries MAY use the operationId to uniquely identify an operation, therefore, it is recommended to follow common programming naming conventions.
@@ -1922,7 +1922,7 @@ X-Rate-Limit-Reset:
1922
1922
##### Fixed Fields
1923
1923
Field Name | Type | Description
1924
1924
---|:---:|---
1925
-
<a name="exampleSummary"></a>summary | `string` | Short description for the example.
1925
+
<a name="exampleSummary"></a>summary | `string` | A brief explanation of the given example. It may either complement or substitute for a description, though it is usually shorter. Only plain text is supported.
1926
1926
<a name="exampleDescription"></a>description | `string` | Long description for the example. [CommonMark syntax](http://spec.commonmark.org/) can be used for rich text representation.
1927
1927
<a name="exampleValue"></a>value | Any | Embedded literal example. The `value` field and `externalValue` field are mutually exclusive. To represent examples of media types that cannot naturally represented in JSON or YAML, a string value can be used to contain the example with escaping where necessary.
1928
1928
<a name="exampleExternalValue"></a>externalValue | `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 `externalValue` field are mutually exclusive.
0 commit comments