Skip to content

Commit bf463aa

Browse files
committed
update
1 parent 1c5ea3e commit bf463aa

File tree

3 files changed

+53
-0
lines changed

3 files changed

+53
-0
lines changed

HISTORY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
unreleased
22
==========
33

4+
* Add `application/jose`
5+
* Add `application/jose+json`
46
* Add `application/json-seq`
7+
* Add `application/jwk+json`
8+
* Add `application/jwk-set+json`
9+
* Add `application/jwt`
510
* Add `application/rdap+json`
611
* Add `application/vnd.gov.sk.e-form+xml`
712
* Add `application/vnd.ims.imsccv1p3`

db.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -428,6 +428,13 @@
428428
"compressible": true,
429429
"extensions": ["js"]
430430
},
431+
"application/jose": {
432+
"source": "iana"
433+
},
434+
"application/jose+json": {
435+
"source": "iana",
436+
"compressible": true
437+
},
431438
"application/jrd+json": {
432439
"source": "iana",
433440
"compressible": true
@@ -453,6 +460,17 @@
453460
"compressible": true,
454461
"extensions": ["jsonml"]
455462
},
463+
"application/jwk+json": {
464+
"source": "iana",
465+
"compressible": true
466+
},
467+
"application/jwk-set+json": {
468+
"source": "iana",
469+
"compressible": true
470+
},
471+
"application/jwt": {
472+
"source": "iana"
473+
},
456474
"application/kpml-request+xml": {
457475
"source": "iana"
458476
},

src/iana.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -677,6 +677,18 @@
677677
"template": "application/javascript",
678678
"type": "application"
679679
},
680+
"application/jose": {
681+
"name": "jose",
682+
"reference": "[RFC-ietf-jose-json-web-signature-41]",
683+
"template": "application/jose",
684+
"type": "application"
685+
},
686+
"application/jose+json": {
687+
"name": "jose+json",
688+
"reference": "[RFC-ietf-jose-json-web-signature-41]",
689+
"template": "application/jose+json",
690+
"type": "application"
691+
},
680692
"application/jrd+json": {
681693
"name": "jrd+json",
682694
"reference": "[RFC7033]",
@@ -701,6 +713,24 @@
701713
"template": "application/json-seq",
702714
"type": "application"
703715
},
716+
"application/jwk+json": {
717+
"name": "jwk+json",
718+
"reference": "[RFC-ietf-jose-json-web-key-41]",
719+
"template": "application/jwk+json",
720+
"type": "application"
721+
},
722+
"application/jwk-set+json": {
723+
"name": "jwk-set+json",
724+
"reference": "[RFC-ietf-jose-json-web-key-41]",
725+
"template": "application/jwk-set+json",
726+
"type": "application"
727+
},
728+
"application/jwt": {
729+
"name": "jwt",
730+
"reference": "[RFC-ietf-oauth-json-web-token-32]",
731+
"template": "application/jwt",
732+
"type": "application"
733+
},
704734
"application/kpml-request+xml": {
705735
"name": "kpml-request+xml",
706736
"reference": "[RFC4730]",

0 commit comments

Comments
 (0)