Skip to content

Commit c8fb8f4

Browse files
authored
Update 3.0.md
links fixed
1 parent 7ca1d43 commit c8fb8f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

versions/3.0.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Additional utilities, such as testing tools, can also use the files.
4343
- [Path Item Object](#pathItemObject)
4444
- [Operation Object](#operationObject)
4545
- [External Documentation Object](#externalDocumentationObject)
46-
- [External Resource Object](#externalDocumentationObject)
46+
- [External Resource Object](#externalResourceObject)
4747
- [Parameter Object](#parameterObject)
4848
- [Request Body Object](#requestBodyObject)
4949
- [Media Type Object](#mediaTypeObject)
@@ -1024,7 +1024,7 @@ This object can be extended with [Specification Extensions](#specificationExtens
10241024
type: website
10251025
```
10261026

1027-
#### <a name="externalResourceObject"></a>External Resource Object
1027+
#### <a name="externalResourceObject"></a>External Resource Object [smartAPI extension]
10281028

10291029
Allows referencing external resources for extended documentation.
10301030

@@ -1036,7 +1036,7 @@ Field Name | Type | Description
10361036
<a name="externalResourceType"></a>x-type | `enum` | **REQUIRED** values: `api documentation`, `website`,`developer forum`,`mailing list`,`social media`,`publication` </a>
10371037
<a name="externalResourceDescription"></a>x-description | `string` | A short description of the target documentation. [CommonMark syntax](http://spec.commonmark.org/) can be used for rich text representation.
10381038

1039-
##### External Resource Object Example
1039+
##### External Resource Object smartAPI Example
10401040

10411041
```yaml
10421042
- x-url: http://example.org/api/docs

0 commit comments

Comments
 (0)