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
+8-9Lines changed: 8 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,6 @@ Additional utilities, such as testing tools, can also use the files.
49
49
- [Media Type Object](#mediaTypeObject)
50
50
- [Encoding Object](#encodingObject)
51
51
- [Responses Object](#responsesObject)
52
-
- [tt](#responseObject)
53
52
- [Callback Object](#callbackObject)
54
53
- [Example Object](#exampleObject)
55
54
- [Link Object](#linkObject)
@@ -201,15 +200,15 @@ Field Name | Type | Description
201
200
<aname="oasComponents"></a>components | [Components Object](#componentsObject) | An element to hold various schemas for the specification.
202
201
<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
202
<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.
This object can be extended with [Specification Extensions](#specificationExtensions).
205
206
206
207
##### smartAPI Fields
207
208
Field Name | Type | Description
208
209
---|:---:|---
209
210
<aname="oasExternalResources"></a>x-externalResources | [[External Resource Object](#externalResourceObject)] | A list of external resources pertinent to the API.
210
211
211
-
This object can be extended with [Specification Extensions](#specificationExtensions).
212
-
213
212
#### <aname="infoObject"></a>Info Object
214
213
215
214
The object provides metadata about the API.
@@ -1780,7 +1779,7 @@ Field Name | Type | Description
1780
1779
---|:---:|---
1781
1780
<a name="responseContent"></a>content | Map[`string`, [Media Type Object](#mediaTypeObject)] | A map containing descriptions of potential response payloads. The key is the media type and the value is used to describe it.The media type definitions should be in compliance with <a href="http://tools.ietf.org/html/rfc6838">RFC6838</a>.
1782
1781
<a name="responseProfile"></a>x-responseSchema| `URI` | Conformance to a particular schema/format.
1783
-
<a name="responseDataType"></a>x-responseValueType | `array of responseValueType object` | To specify the types of objects in the response. The responseValueType object consists of a required `x-valueType` that should provide URI values to the type of object, and an optional `x-path` to specify to ___location in the response for that valueType.
1782
+
<a name="responseDataType"></a>x-responseValueType | [`responseValueType object`] | To specify the types of objects in the response. The responseValueType object consists of a required `x-valueType` that should provide URI values to the type of object, and an optional `x-path` to specify to ___location in the response for that valueType.
0 commit comments