Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions versions/3.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ Additional utilities can also take advantage of the resulting files, such as tes
- [Contact Object](#contactObject)
- [License Object](#licenseObject)
- [Server Object](#serverObject)
- [Server Variables Object](#serverVariablesObject)
- [Server Variable Object](#serverVariableObject)
- [Server Variables Object](#serverVariablesObject)
- [Server Variable Object](#serverVariableObject)
- [Components Object](#componentsObject)
- [Paths Object](#pathsObject)
- [Path Item Object](#pathItemObject)
Expand All @@ -45,8 +45,12 @@ Additional utilities can also take advantage of the resulting files, such as tes
- [Request Body Object](#requestBodyObject)
- [Content Object](#contentObject)
- [Media Type Object](#mediaTypeObject)
- [Encoding Object](#encodingObject)
- [Encoding Property Object](#encodingPropertyObject)
- [Responses Object](#responsesObject)
- [Response Object](#responseObject)
- [Callbacks Object](#callbacksObject)
- [Callback Object](#callbackObject)
- [Headers Object](#headersObject)
- [Example Object](#exampleObject)
- [Links Object](#linksObject)
Expand All @@ -59,6 +63,8 @@ Additional utilities can also take advantage of the resulting files, such as tes
- [Schema Object](#schemaObject)
- [XML Object](#xmlObject)
- [Security Scheme Object](#securitySchemeObject)
- [OAuth Flows Object](#oauthFlowsObject)
- [OAuth Flow Object](#oauthFlowObject)
- [Scopes Object](#scopesObject)
- [Security Requirement Object](#securityRequirementObject)
- [Specification Extensions](#specificationExtensions)
Expand Down Expand Up @@ -1853,7 +1859,7 @@ Field Pattern | Type | Description
<a name="linkName"></a> {name} | [Link Object](#linkObject) <span>&#124;</span> [Reference Object](#referenceObject) | A short name for the link, following the naming constraints of the names for [Component Objects](#componentsObject).
The link SHALL reference a single Link Object, or a JSON Reference to a single link object.

#### <a name="#linkObject"></a>Link Object
#### <a name="linkObject"></a>Link Object
The `Link Object` is responsible for defining a possible operation based on a single response.

Field Name | Type | Description
Expand Down