Skip to content
This repository was archived by the owner on May 30, 2022. It is now read-only.

Commit 8911a15

Browse files
authored
Merge pull request OAI#1058 from MikeRalphson/patch-18
Table formatting fixes
2 parents 41f2ffe + 0f19ab8 commit 8911a15

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

versions/3.0.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1582,9 +1582,7 @@ SHOULD be the response for a successful operation call.
15821582
##### Fixed Fields
15831583
Field Name | Type | Description
15841584
---|:---:|---
1585-
<a name="responsesDefault"></a>default | [Response Object](#responseObject) \| [Reference Object](#referenceObject) | The documentation of responses other than the ones declared for specific HTTP response codes.
1586-
It can be used to cover undeclared responses.
1587-
[Reference Object](#referenceObject) can be used to link to a response that is defined at the [OpenAPI Object's responses](#oasResponses) section.
1585+
<a name="responsesDefault"></a>default | [Response Object](#responseObject) \| [Reference Object](#referenceObject) | The documentation of responses other than the ones declared for specific HTTP response codes. It can be used to cover undeclared responses. [Reference Object](#referenceObject) can be used to link to a response that is defined at the [OpenAPI Object's responses](#oasResponses) section.
15881586

15891587
##### Patterned Fields
15901588
Field Pattern | Type | Description
@@ -1995,8 +1993,7 @@ For computing links, and providing instructions to execute them, [variable subst
19951993
##### Patterned Fields
19961994
Field Pattern | Type | Description
19971995
---|:---:|---
1998-
<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).
1999-
The link SHALL reference a single Link Object, or a JSON Reference to a single link object.
1996+
<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). The link SHALL reference a single Link Object, or a JSON Reference to a single link object.
20001997

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

0 commit comments

Comments
 (0)