Files
brapi-java/docs/problem_fix/03-fix-doing/24-get-ontologies-O_001.md

1.1 KiB
Raw Blame History

GET /ontologies/O_001

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

概要

状态 warning
方法 GET
URL /brapi/v2/ontologies/O_001
完整 URL http://localhost:8081/brapi/v2/ontologies/O_001
路径模板 GET /ontologies/{ontologyDbId}
模块 Ontologies
响应时间 36 ms

校验详情

GET /ontologies/{ontologyDbId}
Ontologies
36 ms
schema mismatch
Json matches schema: schemas/v2.1/Ontologies/getOntologiesOntologydbidResponse.json (schema mismatch) — Schema: schemas/v2.1/Ontologies/getOntologiesOntologydbidResponse.json
Response structure doesn't match schema.
[
  {
    "level": "error",
    "schema": {
      "loadingURI": "#",
      "pointer": "/properties/result/properties/additionalInfo/additionalProperties"
    },
    "instance": {
      "pointer": "/result/additionalInfo/term_names"
    },
    "domain": "validation",
    "keyword": "type",
    "message": "instance type (array) does not match any allowed primitive type (allowed: [\"string\"])",
    "found": "array",
    "expected": [
      "string"
    ]
  }
]

状态:待修复