我是Dredd的新手,我想运行找到here的uber.yaml。但是,我总是遇到以下错误:
info: Configuration './dredd.yml' found, ignoring other arguments.
error: Compilation error in file 'uber.yaml': Required URI parameter 'latitude'
has no example or default value. (Products > /v1/products > Product Types)不确定如何克服这些,无法使用Dredd文档找到我正在寻找的内容。如有任何帮助,我们将不胜感激!
发布于 2016-12-14 04:18:35
不要紧,能够找到答案的就必须在swagger.yaml中添加x示例。
https://stackoverflow.com/questions/41129322
复制相似问题