get_api_schema
Retrieve request and response JSON schemas from Swagger/OpenAPI specifications to understand API interfaces and structure data correctly.
Instructions
根据接口路径获取 Swagger/OpenAPI 的请求和响应 schema
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | 接口路径,如 /api/paymentPackage/updatePaymentPackageMaterialConfig | |
| method | No | HTTP 方法,可选,如 post/get;不填则自动选一个存在的方法 |