Skip to content

Commit 7d2684e

Browse files
Update 3.0.md
indicate that there is a list of external resources in the openapi object
1 parent 15cc7e5 commit 7d2684e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions/3.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ Field Name | Type | Description
202202
<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.
203203
<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.
204204
<a name="oasExternalDocs"></a>externalDocs | [External Documentation Object](#externalDocumentationObject) | Additional external documentation.
205-
<a name="oasExternalResources"></a>externalResources | [[External Resource Object]](#externalResourceObject) | Additional external resources.
205+
<a name="oasExternalResources"></a>externalResources | [[External Resource Object]](#externalResourceObject) | A list of external resources pertinent to the API.
206206

207207
This object can be extended with [Specification Extensions](#specificationExtensions).
208208

0 commit comments

Comments
 (0)