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: proposals/json-schema-hypermedia.xml
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -315,7 +315,10 @@
315
315
316
316
<sectiontitle="media">
317
317
<t>
318
-
The value of this properties MUST be an object.
318
+
The "media" property indicates that this instance contains non-JSON data encoded in a JSON string. It describes the type of content and how it is encoded.
319
+
</t>
320
+
<t>
321
+
The value of this property MUST be an object, and SHOULD be ignored for any instance that is not a string.
319
322
</t>
320
323
321
324
<sectiontitle="Properties of "media"">
@@ -325,7 +328,6 @@
325
328
326
329
<sectiontitle="binaryEncoding">
327
330
<t>
328
-
The value of this property SHOULD be ignored for any instance that is not a string.
329
331
If the instance value is a string, this property defines that the string SHOULD be interpreted as binary data and decoded using the encoding named by this property.
330
332
<xreftarget="RFC2045">RFC 2045, Sec 6.1</xref> lists the possible values for this property.
0 commit comments