Files
brapi-java/docs/problem_fix/03-fix-doing/75-put-pedigree.md

979 B
Raw Blame History

PUT /pedigree

来源BrAPI v2.1 校验报告03-fix.md

概要

状态 warning
方法 PUT
URL /brapi/v2/pedigree
完整 URL http://localhost:8081/brapi/v2/pedigree
路径模板 PUT /pedigree
模块 Pedigree
响应时间 2 ms

校验详情

PUT /pedigree
Pedigree
2 ms
schema mismatch
Json matches schema: schemas/v2.1/Pedigree/putPedigreeResponse.json (schema mismatch) — Schema: schemas/v2.1/Pedigree/putPedigreeResponse.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
  }
]

状态:待修复