Skip to content

Commit a65849e

Browse files
authored
Update 3.0.md
x-path, x-valueType
1 parent cc59269 commit a65849e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

versions/3.0.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1776,7 +1776,7 @@ Field Name | Type | Description
17761776
---|:---:|---
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.
1779-
<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 `valueType` that should provide URI values to the type of object, and an optional `path` to specify to ___location in the response for that valueType.
1779+
<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.
17801780

17811781
##### Response Object Examples
17821782

@@ -1907,10 +1907,10 @@ responses:
19071907
- application/ld+json:
19081908
x-responseProfile: http://www.w3.org/ns/anno.jsonld
19091909
x-responseValueType:
1910-
- path: a.id
1911-
valueType: http://example.org/a.id
1912-
- path: a.b.c.id
1913-
valueType: http://example.org/c.id
1910+
- x-path: a.id
1911+
x-valueType: http://example.org/a.id
1912+
- x-path: a.b.c.id
1913+
x-valueType: http://example.org/c.id
19141914
```
19151915

19161916
#### <a name="callbackObject"></a>Callback Object

0 commit comments

Comments
 (0)