feat: add json schema validation for api

This commit is contained in:
debugtalk
2019-12-31 17:31:33 +08:00
parent e77f2bb189
commit f233e126b9
16 changed files with 617 additions and 326 deletions

View File

@@ -43,6 +43,7 @@ jsonpath = "^0.82"
sentry-sdk = "^0.13.5"
future = { version = "^0.18.1", python = "~2.7" }
enum34 = { version = "^1.1.6", python = "~2.7" }
jsonschema = "^3.2.0"
[tool.poetry.dev-dependencies]
flask = "<1.0.0"