generated-scene: add scheduled monitoring runtime and helper lifecycle hardening
This commit is contained in:
36
tests/fixtures/generated_scene/p0_canonical_answers/p0-2-single-request-table.scene-ir.json
vendored
Normal file
36
tests/fixtures/generated_scene/p0_canonical_answers/p0-2-single-request-table.scene-ir.json
vendored
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"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 }
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user