Skip to content

Commit c4a5ef4

Browse files
committed
Meta-schema for "targetHints"
This intentionally does not set the type, as having an object value is only a SHOULD and may not be appropriate for all protocols.
1 parent 3d5b93d commit c4a5ef4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

hyper-schema.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@
3737
"description": "JSON Schema describing the link target",
3838
"allOf": [ { "$ref": "#" } ]
3939
},
40+
"targetHints": {
41+
"description": "JSON representation of likely metadata such as response headers, with a protocol-dependent format"
42+
},
4043
"mediaType": {
4144
"description": "media type (as defined by RFC 2046) describing the link target",
4245
"type": "string"

0 commit comments

Comments
 (0)