Validating JSON against Swagger API schema

后端 未结 4 1551
無奈伤痛
無奈伤痛 2020-12-08 18:25

I created an API spec from some JSON files and I am trying to test if the files validate against the API spec.

There are some good tools to validate against JSON Sc

4条回答
  •  既然无缘
    2020-12-08 19:12

    If your Swagger JSON is hosted, you could use the following url: http://online.swagger.io/validator/debug?url=your_url

提交回复
热议问题