Open strantalis opened 3 weeks ago
The spec says mimeType is optional but goes on to say there is a default of application/octet-stream. This is one of the reasons json schema validation is failing.
application/octet-stream
Issues 0 New issues 0 Accepted issues
Measures 0 Security Hotspots 100.0% Coverage on New Code 0.0% Duplication on New Code
See analysis details on SonarCloud
The spec says mimeType is optional but goes on to say there is a default of
application/octet-stream
. This is one of the reasons json schema validation is failing.