Skip to content

Commit 15cc7e5

Browse files
authored
Update 3.0.md
added x-JSONLDContext
1 parent b77854a commit 15cc7e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

versions/3.0.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Additional utilities, such as testing tools, can also use the files.
4949
- [Media Type Object](#mediaTypeObject)
5050
- [Encoding Object](#encodingObject)
5151
- [Responses Object](#responsesObject)
52-
- [Response Object](#responseObject)
52+
- [tt](#responseObject)
5353
- [Callback Object](#callbackObject)
5454
- [Example Object](#exampleObject)
5555
- [Link Object](#linkObject)
@@ -1777,6 +1777,7 @@ Field Name | Type | Description
17771777
<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>.
17781778
<a name="responseProfile"></a>x-responseSchema| `URI` | Conformance to a particular schema/format.
17791779
<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.
1780+
<a name="x-JSONLDContext"></a>x-JSONLDContext | `URI` | JSON LD context.
17801781

17811782
##### Response Object Examples
17821783

0 commit comments

Comments
 (0)