Skip to content

Commit 2db1862

Browse files
committed
Add headerSchema to links.json
1 parent cb5d666 commit 2db1862

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

links.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@
3636
"mediaType": {
3737
"type": "string"
3838
},
39+
"headerSchema": {
40+
"description": "Schema for protocol-specific headers or analogous data, as signified by URI scheme",
41+
"allOf": [
42+
{ "$ref": "http://json-schema.org/draft-06/hyper-schema#" }
43+
]
44+
},
3945
"submissionEncType": {
4046
"type": "string",
4147
"default": "application/json"

0 commit comments

Comments
 (0)