Skip to content

Commit a79a913

Browse files
committed
Add headerSchema to links.json
1 parent e5b2025 commit a79a913

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
@@ -43,6 +43,12 @@
4343
"mediaType": {
4444
"type": "string"
4545
},
46+
"headerSchema": {
47+
"description": "Schema for protocol-specific headers or analogous data, as signified by URI scheme",
48+
"allOf": [
49+
{ "$ref": "http://json-schema.org/draft-06/hyper-schema#" }
50+
]
51+
},
4652
"submissionEncType": {
4753
"type": "string",
4854
"default": "application/json"

0 commit comments

Comments
 (0)