mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-31 05:19:38 +08:00
10 lines
386 B
JSON
10 lines
386 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema",
|
|
"$id": "https://raw.githubusercontent.com/readyou/httprunner/dev/httprunner/loader/schemas/v2/common/hook.schema.json",
|
|
"title": "setup_hooks or teardown_hooks for httprunner",
|
|
"description": "Define setup_hooks or teardown_hooks for httprunner",
|
|
"type": "array",
|
|
"items": {
|
|
"type": "string"
|
|
}
|
|
} |