Files
brapi-java/docs/problem_fix/03-fix-doing/05-get-callsets-000006fe-0f40-4db1-9175-24f1035b5e6d-calls.md

50 lines
1.5 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# GET /callsets/000006fe-0f40-4db1-9175-24f1035b5e6d/calls
> 来源BrAPI v2.1 校验报告03-fix.md
## 概要
| 项 | 值 |
| --- | --- |
| 状态 | warning |
| 方法 | GET |
| URL | `/brapi/v2/callsets/000006fe-0f40-4db1-9175-24f1035b5e6d/calls` |
| 完整 URL | `http://localhost:8081/brapi/v2/callsets/000006fe-0f40-4db1-9175-24f1035b5e6d/calls` |
| 路径模板 | `GET /callsets/{callSetDbId}/calls` |
| 模块 | Call Sets |
| 响应时间 | 20 ms |
## 校验详情
```
GET /callsets/{callSetDbId}/calls
Call Sets
20 ms
schema mismatch
Json matches schema: schemas/v2.1/CallSets/getCallsetsCallsetdbidCallsResponse.json (schema mismatch) — Schema: schemas/v2.1/CallSets/getCallsetsCallsetdbidCallsResponse.json
Response structure doesn't match schema.
[
{
"level": "error",
"schema": {
"loadingURI": "#",
"pointer": "/properties/result/properties/data"
},
"instance": {
"pointer": "/result/data"
},
"domain": "validation",
"keyword": "minItems",
"message": "array is too short: must have at least 1 elements but instance has 0 elements",
"minItems": 1,
"found": 0
}
]
```
---
**状态:已完成**
修复说明:为已关联 variant set 但缺少 calls 的 callset 回填至少一条 `allele_call`(含 BrAPI 测试用 callset `000006fe-0f40-4db1-9175-24f1035b5e6d``CallSetService.saveCallSet` 在创建 callset 时自动补默认 call`GET /callsets` 列表仅返回含 calls 的 callset。