Skip to content

Commit a2eba35

Browse files
authored
Merge pull request OAI#959 from timburks/OpenAPI.next
Fix a few missing entries and a broken link in the Table of Contents.
2 parents 54dddd7 + 26df710 commit a2eba35

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

versions/3.0.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ Additional utilities can also take advantage of the resulting files, such as tes
3434
- [Contact Object](#contactObject)
3535
- [License Object](#licenseObject)
3636
- [Server Object](#serverObject)
37-
- [Server Variables Object](#serverVariablesObject)
38-
- [Server Variable Object](#serverVariableObject)
37+
- [Server Variables Object](#serverVariablesObject)
38+
- [Server Variable Object](#serverVariableObject)
3939
- [Components Object](#componentsObject)
4040
- [Paths Object](#pathsObject)
4141
- [Path Item Object](#pathItemObject)
@@ -45,8 +45,12 @@ Additional utilities can also take advantage of the resulting files, such as tes
4545
- [Request Body Object](#requestBodyObject)
4646
- [Content Object](#contentObject)
4747
- [Media Type Object](#mediaTypeObject)
48+
- [Encoding Object](#encodingObject)
49+
- [Encoding Property Object](#encodingPropertyObject)
4850
- [Responses Object](#responsesObject)
4951
- [Response Object](#responseObject)
52+
- [Callbacks Object](#callbacksObject)
53+
- [Callback Object](#callbackObject)
5054
- [Headers Object](#headersObject)
5155
- [Example Object](#exampleObject)
5256
- [Links Object](#linksObject)
@@ -59,6 +63,8 @@ Additional utilities can also take advantage of the resulting files, such as tes
5963
- [Schema Object](#schemaObject)
6064
- [XML Object](#xmlObject)
6165
- [Security Scheme Object](#securitySchemeObject)
66+
- [OAuth Flows Object](#oauthFlowsObject)
67+
- [OAuth Flow Object](#oauthFlowObject)
6268
- [Scopes Object](#scopesObject)
6369
- [Security Requirement Object](#securityRequirementObject)
6470
- [Specification Extensions](#specificationExtensions)
@@ -1853,7 +1859,7 @@ Field Pattern | Type | Description
18531859
<a name="linkName"></a> {name} | [Link Object](#linkObject) \| [Reference Object](#referenceObject) | A short name for the link, following the naming constraints of the names for [Component Objects](#componentsObject).
18541860
The link SHALL reference a single Link Object, or a JSON Reference to a single link object.
18551861

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

18591865
Field Name | Type | Description

0 commit comments

Comments
 (0)