diff --git a/src/schema-routes/schema-routes.js b/src/schema-routes/schema-routes.js index 365f2328f..454a53a38 100644 --- a/src/schema-routes/schema-routes.js +++ b/src/schema-routes/schema-routes.js @@ -316,7 +316,8 @@ class SchemaRoutes { } if ( - _.some(contentTypes, (contentType) => _.includes(contentType, 'image/')) + _.some(contentTypes, (contentType) => _.includes(contentType, 'image/')) || + _.some(contentTypes, (contentType) => _.includes(contentType, 'application/octet-stream')) ) { return CONTENT_KIND.IMAGE; }