Skip to content

Commit 2ace99d

Browse files
committed
Add headerSchema to links.json
1 parent f64f860 commit 2ace99d

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
@@ -35,6 +35,12 @@
3535
"mediaType": {
3636
"type": "string"
3737
},
38+
"headerSchema": {
39+
"description": "Schema for protocol-specific headers or analogous data, as signified by URI scheme",
40+
"allOf": [
41+
{ "$ref": "http://json-schema.org/draft-06/hyper-schema#" }
42+
]
43+
},
3844
"submissionEncType": {
3945
"type": "string",
4046
"default": "application/json"

0 commit comments

Comments
 (0)