How to return all errors of a schema using RestAssured

前端 未结 0 602
花落未央
花落未央 2021-01-15 14:23

I am trying to validate a schema using RestAssured.

I have a response

{
"a" : 1,
"b" : 1,
"c" : 1
}

and

相关标签:
回答
  • 消灭零回复
提交回复
热议问题