Skip to content

Commit f9d2da3

Browse files
added response value type object
1 parent a2962b3 commit f9d2da3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

versions/3.0.0.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ An OpenAPI definition can then be used by documentation generation tools to disp
4545
- [Media Type Object](#mediaTypeObject)
4646
- [Encoding Object](#encodingObject)
4747
- [Responses Object](#responsesObject)
48+
- [Response Value Type Object](#responseValueTypeObject)
4849
- [Callback Object](#callbackObject)
4950
- [Example Object](#exampleObject)
5051
- [Link Object](#linkObject)
@@ -1781,7 +1782,7 @@ Field Name | Type | Description
17811782
---|:---:|---
17821783
<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>.
17831784
<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).
17851786

17861787

17871788
##### Response Object Examples
@@ -1911,7 +1912,7 @@ description: object created
19111912

19121913

19131914

1914-
#### <a name="responseValueType"></a>Response Value Type [smartAPI extension]
1915+
#### <a name="responseValueTypeObject"></a>Response Value Type Object [smartAPI extension]
19151916

19161917
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.
19171918

0 commit comments

Comments
 (0)