change: replace jsonschema validation with pydantic

This commit is contained in:
debugtalk
2020-04-09 18:48:20 +08:00
17 changed files with 51 additions and 915 deletions

View File

@@ -24,9 +24,9 @@
"os_platform": "ios",
"user_agent": "iOS/10.3"
},
"extract": [
{"session_token": "content.token"}
],
"extract": {
"session_token": "content.token"
},
"validate": [
{"eq": ["status_code", 200]},
{"len_eq": ["content.token", 16]}