Files
brapi-java/docs/problem_fix/03-fix-doing/41-get-seedlots-transactions.md

1.6 KiB
Raw Blame History

GET /seedlots/transactions

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

概要

状态 warning
方法 GET
URL /brapi/v2/seedlots/transactions
完整 URL http://localhost:8081/brapi/v2/seedlots/transactions
路径模板 GET /seedlots/transactions
模块 Seed Lots
响应时间 5546 ms

校验详情

GET /seedlots/transactions
Seed Lots
5546 ms
schema mismatch
Json matches schema: schemas/v2.1/SeedLots/getSeedlotsTransactionsResponse.json (schema mismatch) — Schema: schemas/v2.1/SeedLots/getSeedlotsTransactionsResponse.json
Response structure doesn't match schema.
[
  {
    "level": "error",
    "schema": {
      "loadingURI": "#",
      "pointer": "/properties/result/properties/data/items/properties/additionalInfo/additionalProperties"
    },
    "instance": {
      "pointer": "/result/data/7/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/22/additionalInfo/dummyData"
    },
    "domain": "validation",
    "keyword": "type",
    "message": "instance type (boolean) does not match any allowed primitive type (allowed: [\"string\"])",
    "found": "boolean",
    "expected": [
      "string"
    ]
  }
]

状态:待修复