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
@@ -201,6 +202,7 @@ Field Name | Type | Description
201
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.
202
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.
<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.
1038
+
1039
+
##### External Resource Object Example
1040
+
1041
+
```yaml
1042
+
- x-url: http://example.org/api/docs
1043
+
x-type: api documentation
1044
+
- x-url: https://doi.org/10.1093/nar/gks1114
1045
+
x-type: publication
1046
+
x-description: "BioGPS and MyGene.info: organizing online, gene-centric information"
0 commit comments