Skip to content

Commit

Permalink
update types
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Dec 30, 2014
1 parent 0672878 commit c32fdad
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
unreleased
==========

* Add `application/vnd.oracle.resource+json`
* Fix various invalid MIME type entries
- `application/mbox+xml`
- `application/oscp-response`
Expand Down
4 changes: 4 additions & 0 deletions db.json
Original file line number Diff line number Diff line change
Expand Up @@ -3195,6 +3195,10 @@
"application/vnd.openxmlformats-package.relationships+xml": {
"source": "iana"
},
"application/vnd.oracle.resource+json": {
"source": "iana",
"compressible": true
},
"application/vnd.orange.indata": {
"source": "iana"
},
Expand Down
6 changes: 6 additions & 0 deletions src/iana.json
Original file line number Diff line number Diff line change
Expand Up @@ -5255,6 +5255,12 @@
"template": "application/vnd.openxmlformats-package.relationships+xml",
"type": "application"
},
"application/vnd.oracle.resource+json": {
"name": "vnd.oracle.resource+json",
"reference": "[Ning_Dong]",
"template": "application/vnd.oracle.resource+json",
"type": "application"
},
"application/vnd.orange.indata": {
"name": "vnd.orange.indata",
"reference": "[CHATRAS_Bruno]",
Expand Down

0 comments on commit c32fdad

Please sign in to comment.