Skip to content

Commit

Permalink
#5172 - updated file mime regexp
Browse files Browse the repository at this point in the history
  • Loading branch information
daniil-sloboda committed Aug 5, 2024
1 parent b2b91b3 commit 713541a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion packages/ketcher-core/src/domain/serializers/ket/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,7 @@
},
"format": {
"type": "string",
"pattern": "^image/(png|svg\\+xml)"
"pattern": "^image/(png|svg\\+xml)$"
},
"boundingBox": {
"type": "object",
Expand All @@ -809,6 +809,9 @@
},
"y": {
"type": "number"
},
"z": {
"type": "number"
}
}
},
Expand Down

0 comments on commit 713541a

Please sign in to comment.