Skip to content

Commit cc4a926

Browse files
Update 3.0.md
Fixed bracket issues with external documentation and external resources
1 parent d9b2df7 commit cc4a926

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

versions/3.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,14 +200,14 @@ Field Name | Type | Description
200200
<a name="oasComponents"></a>components | [Components Object](#componentsObject) | An element to hold various schemas for the specification.
201201
<a name="oasSecurity"></a>security | [[Security Requirement Object](#securityRequirementObject)] | A declaration of which security mechanisms can be used across the API. The list of values includes alternative security requirement objects that can be used. Only one of the security requirement objects need to be satisfied to authorize a request. Individual operations can override this definition.
202202
<a name="oasTags"></a>tags | [[Tag Object](#tagObject)] | A list of tags used by the specification with additional metadata. The order of the tags can be used to reflect on their order by the parsing tools. Not all tags that are used by the [Operation Object](#operationObject) must be declared. The tags that are not declared MAY be organized randomly or based on the tools' logic. Each tag name in the list MUST be unique.
203-
<a name="oasExternalDocs"></a>externalDocs | [External Documentation Object(#externalDocumentationObject)] | Additional external documentation.
203+
<a name="oasExternalDocs"></a>externalDocs | [External Documentation Object](#externalDocumentationObject) | Additional external documentation.
204204

205205
This object can be extended with [Specification Extensions](#specificationExtensions).
206206

207207
##### smartAPI Fields
208208
Field Name | Type | Description
209209
---|:---:|---
210-
<a name="oasExternalResources"></a>x-externalResources | [[External Resource Object](#externalResourceObject)] | A list of external resources pertinent to the API.
210+
<a name="oasExternalResources"></a>x-externalResources |[[External Resource Object](#externalResourceObject)] | A list of external resources pertinent to the API.
211211

212212
#### <a name="infoObject"></a>Info Object
213213

0 commit comments

Comments
 (0)