1.2 KiB
1.2 KiB
GET /referencesets/reference_set1
来源:BrAPI v2.1 校验报告(03-fix.md)
概要
| 项 | 值 |
|---|---|
| 状态 | warning |
| 方法 | GET |
| URL | /brapi/v2/referencesets/reference_set1 |
| 完整 URL | http://localhost:8081/brapi/v2/referencesets/reference_set1 |
| 路径模板 | GET /referencesets/{referenceSetDbId} |
| 模块 | Reference Sets |
| 响应时间 | 398 ms |
校验详情
GET /referencesets/{referenceSetDbId}
Reference Sets
398 ms
schema mismatch
Json matches schema: schemas/v2.1/ReferenceSets/getReferencesetsReferencesetdbidResponse.json (schema mismatch) — Schema: schemas/v2.1/ReferenceSets/getReferencesetsReferencesetdbidResponse.json
Response structure doesn't match schema.
[
{
"level": "error",
"schema": {
"loadingURI": "#",
"pointer": "/properties/result/properties/additionalInfo/additionalProperties"
},
"instance": {
"pointer": "/result/additionalInfo/dummyData"
},
"domain": "validation",
"keyword": "type",
"message": "instance type (boolean) does not match any allowed primitive type (allowed: [\"string\"])",
"found": "boolean",
"expected": [
"string"
]
}
]
状态:待修复