项目文件夹

文件
2026-07-13 12:58:18 +08:00

13 行
437 B
JSON

{
"_fixture": {
"description": "Canonical healthy /smoke response. A 200 with a minimal JSON body is the contract every showcase starter is expected to implement. The driver's green-path verifies the body parses as JSON — an HTML-404 served from a misrouted edge would fail the parse check and surface as red."
},
"status": 200,
"headers": {
"content-type": "application/json"
},
"body": {
"status": "ok"
}
}