Skip to content

Commit

Permalink
feat: adding json schema validator service
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel78uk committed Dec 1, 2023
1 parent 2d4affd commit 32ef84e
Show file tree
Hide file tree
Showing 8 changed files with 1,691 additions and 61 deletions.
224 changes: 163 additions & 61 deletions package-lock.json

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

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@
"@hapi/inert": "^6.0.5",
"@hapi/vision": "^6.1.0",
"@hapi/wreck": "^18.0.1",
"ajv": "^8.12.0",
"ajv-formats": "^2.1.1",
"applicationinsights": "^2.2.2",
"bcrypt": "^5.0.1",
"blipp": "^4.0.2",
Expand Down
3 changes: 3 additions & 0 deletions server/services/json-schemas/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Validation schemas

In this folder there are schemas used to do a JSON validation before they are sent to Azure service bus.
Loading

0 comments on commit 32ef84e

Please sign in to comment.