You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: versions/3.0.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -202,7 +202,11 @@ Field Name | Type | Description
202
202
<aname="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.
203
203
<aname="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.
<aname="oasExternalResources"></a>externalResources | [[External Resource Object]](#externalResourceObject)] | A list of external resources pertinent to the API.
205
+
206
+
##### smartAPI Fields
207
+
Field Name | Type | Description
208
+
---|:---:|---
209
+
<aname="oasExternalResources"></a>externalResources | [[External Resource Object](#externalResourceObject)] | A list of external resources pertinent to the API.
206
210
207
211
This object can be extended with [Specification Extensions](#specificationExtensions).
0 commit comments