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.0.md
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,7 @@ An OpenAPI definition can then be used by documentation generation tools to disp
45
45
- [Media Type Object](#mediaTypeObject)
46
46
- [Encoding Object](#encodingObject)
47
47
- [Responses Object](#responsesObject)
48
+
- [Response Value Type Object](#responseValueTypeObject)
48
49
- [Callback Object](#callbackObject)
49
50
- [Example Object](#exampleObject)
50
51
- [Link Object](#linkObject)
@@ -1781,7 +1782,7 @@ Field Name | Type | Description
1781
1782
---|:---:|---
1782
1783
<a name="responseContent"></a>content | Map[`string`, [Media Type Object](#mediaTypeObject)] | **SHOULD** Use media type definitions listed at <a href="https://www.iana.org/assignments/media-types/media-types.xhtml">RFC6838</a>.
1783
1784
<a name="responseSchema"></a> | `URI` | Specify the json schema using a Reference Object, or use "x-uri" as an additional property in the schema field to point to an external ___location for an XML, RDF, etc schema.
1784
-
<a name="responseDataType"></a>x-responseValueType | [`responseValueType`] \| [Reference Object](#referenceObject)] | Specify the types of objects and relations in the response using either a reference to the JSON-LD context file or to a [Response Value Type](responseValueType).
1785
+
<a name="responseDataType"></a>x-responseValueType | [Response Value Type Object](#responseValueTypeObject) \| [Reference Object](#referenceObject)] | Specify the types of objects and relations in the response using either a reference to the JSON-LD context file or to a [Response Value Type Object](responseValueTypeObject).
1785
1786
1786
1787
1787
1788
##### Response Object Examples
@@ -1911,7 +1912,7 @@ description: object created
1911
1912
1912
1913
1913
1914
1914
-
#### <a name="responseValueType"></a>Response Value Type [smartAPI extension]
1915
+
#### <a name="responseValueTypeObject"></a>Response Value Type Object [smartAPI extension]
1915
1916
1916
1917
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