Swagger 1.2 端点配置未加载
Swagger 1.2 endpoint configuration is not loading
我是新的 Swagger 用户。我创建了具有长模型定义的端点。
但是当端点附加到 api-docs 时,这是行不通的。我检查了该端点配置文件是否有效 JSON 文件。
如何检查这个文件的问题在哪里?
我正在使用 Swagger 1.2。
使用 bin/validate.sh 应该能够帮助验证文件
https://github.com/swagger-api/swagger-codegen#validating-your-swagger-spec
例如
./bin/validate.sh http://petstore.swagger.wordnik.com/api/api-docs "specia-key" ./swagger-errors.html
我是新的 Swagger 用户。我创建了具有长模型定义的端点。 但是当端点附加到 api-docs 时,这是行不通的。我检查了该端点配置文件是否有效 JSON 文件。
如何检查这个文件的问题在哪里?
我正在使用 Swagger 1.2。
使用 bin/validate.sh 应该能够帮助验证文件
https://github.com/swagger-api/swagger-codegen#validating-your-swagger-spec
例如
./bin/validate.sh http://petstore.swagger.wordnik.com/api/api-docs "specia-key" ./swagger-errors.html