v0-json-schema
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"id": "response-time-max-500ms",
|
||||
"name": "响应时间不超过500毫秒",
|
||||
"description": "验证API响应时间不超过500毫秒",
|
||||
"category": "Performance",
|
||||
"version": "1.0.0",
|
||||
"severity": "warning",
|
||||
"source": null,
|
||||
"is_enabled": true,
|
||||
"tags": null,
|
||||
"target_type": "APIResponse",
|
||||
"target_identifier": null,
|
||||
"lifecycle": "响应验证阶段",
|
||||
"scope": "响应时间",
|
||||
"code": null,
|
||||
"threshold": 500.0,
|
||||
"metric": "response_time",
|
||||
"unit": "ms"
|
||||
}
|
||||
Reference in New Issue
Block a user