add json payload check on document addition

This commit is contained in:
mpostma
2021-03-16 14:09:01 +01:00
parent 0c17b166df
commit 204c743bcc
3 changed files with 42 additions and 4 deletions

View File

@ -61,6 +61,7 @@ tempfile = "3.1.0"
thiserror = "1.0.24"
tokio = { version = "1", features = ["full"] }
uuid = "0.8.2"
oxidized-json-checker = "0.3.2"
[dependencies.sentry]
default-features = false