37 lines
1.1 KiB
JSON
37 lines
1.1 KiB
JSON
{
|
|
"sceneId": "single-request-report",
|
|
"sceneName": "单请求通用报表",
|
|
"sceneKind": "report_collection",
|
|
"workflowArchetype": "single_request_table",
|
|
"bootstrap": {
|
|
"expectedDomain": "yx.gs.sgcc.com.cn",
|
|
"targetUrl": "http://yx.gs.sgcc.com.cn/report",
|
|
"requiresTargetPage": true,
|
|
"pageTitleKeywords": ["通用报表"],
|
|
"source": "canonical_fixture"
|
|
},
|
|
"apiEndpoints": [
|
|
{
|
|
"name": "reportList",
|
|
"url": "http://yx.gs.sgcc.com.cn/report/list",
|
|
"method": "POST",
|
|
"contentType": "application/json"
|
|
}
|
|
],
|
|
"responsePath": "rows",
|
|
"workflowSteps": [
|
|
{ "type": "request", "description": "single request table collection" },
|
|
{ "type": "transform", "description": "normalize table rows" }
|
|
],
|
|
"readiness": {
|
|
"level": "A",
|
|
"gates": [
|
|
{ "name": "bootstrap_resolved", "passed": true },
|
|
{ "name": "request_contract_complete", "passed": true },
|
|
{ "name": "response_contract_complete", "passed": true },
|
|
{ "name": "workflow_contract_complete", "passed": true },
|
|
{ "name": "runtime_contract_compatible", "passed": true }
|
|
]
|
|
}
|
|
}
|