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