Skip to content

Commit fe4d467

Browse files
committed
Merge pull request #632 from OAI/issue-534
added description field
2 parents c630636 + af75816 commit fe4d467

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

versions/3.0.md

+2
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,8 @@ A Path Item may be empty, due to [ACL constraints](#securityFiltering). The path
321321
Field Name | Type | Description
322322
---|:---:|---
323323
<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*.
324+
<a name="pathItemSummary"></a>summary | An optional, string summary, intended to apply to all operations in this path.
325+
<a name="pathItemDescription"></a>description | An optional, string description, intended to apply to all operations in this path.
324326
<a name="pathItemGet"></a>get | [Operation Object](#operationObject) | A definition of a GET operation on this path.
325327
<a name="pathItemPut"></a>put | [Operation Object](#operationObject) | A definition of a PUT operation on this path.
326328
<a name="pathItemPost"></a>post | [Operation Object](#operationObject) | A definition of a POST operation on this path.

0 commit comments

Comments
 (0)