fix:提交到整个项目能跑通,有几个接口不标准
This commit is contained in:
33
docs/problem_fix/03-fix-doing/03-get-breedingmethods.md
Normal file
33
docs/problem_fix/03-fix-doing/03-get-breedingmethods.md
Normal file
@@ -0,0 +1,33 @@
|
||||
# GET /breedingmethods
|
||||
|
||||
> 来源:BrAPI v2.1 校验报告(03-fix.md)
|
||||
|
||||
## 概要
|
||||
|
||||
| 项 | 值 |
|
||||
| --- | --- |
|
||||
| 状态 | warning |
|
||||
| 方法 | GET |
|
||||
| URL | `/brapi/v2/breedingmethods` |
|
||||
| 完整 URL | `http://localhost:8081/brapi/v2/breedingmethods` |
|
||||
| 路径模板 | `GET /breedingmethods` |
|
||||
| 模块 | Germplasm |
|
||||
| 响应时间 | 108 ms |
|
||||
|
||||
## 校验详情
|
||||
|
||||
```
|
||||
GET /breedingmethods
|
||||
Germplasm
|
||||
108 ms
|
||||
schema mismatch
|
||||
schema mismatch
|
||||
Json matches schema: schemas/v2.1/metadata.json (schema mismatch) — Schema: schemas/v2.1/metadata.json
|
||||
Server response is not valid JSON.
|
||||
Json matches schema: schemas/v2.1/Germplasm/getBreedingmethodsResponse.json (schema mismatch) — Schema: schemas/v2.1/Germplasm/getBreedingmethodsResponse.json
|
||||
Server response is not valid JSON.
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
**状态:已完成**
|
||||
Reference in New Issue
Block a user