无法生成集合所提供的架构无效

时间:2019-12-12 12:32:28

标签: postman openapi

我正在使用Windows Postman v7.13.0应用程序,当尝试从OpenAPI规范生成集合时,它引发了一条隐秘消息。

有什么办法可以更详细地说明问题所在吗? PostMan中是否有任何验证器或调试选项?

SAM CLI

注意:相同的Couldn’t generate collection Invalid schema supplied 规范在Swagger UI和OpenAPI Generator中均有效。 我还检查了PostMan控制台,没有日志显示该问题的进一步描述。

2 个答案:

答案 0 :(得分:1)

我遇到了同样的问题,并通过使用editor.swagger.io验证了我的定义,如上一条注释中所示

答案 1 :(得分:0)

我在邮递员中遇到了类似的错误:

无法生成收藏集

无法转换给定的模式

然后,我尝试将<yourLucene jcr:primaryType="oak:QueryIndexDefinition" type="lucene" async="async" evaluatePathRestrictions="{Boolean}true" includedPaths="[/somepath]" queryPaths="[/somepath]" compatVersion="{Long}2"> <analyzers jcr:primaryType="nt:unstructured"> <default jcr:primaryType="nt:unstructured"> <tokenizer jcr:primaryType="nt:unstructured" name="Whitespace"/> <filters jcr:primaryType="nt:unstructured"> <Standard jcr:primaryType="nt:unstructured"/> <LowerCase jcr:primaryType="nt:unstructured"/> <Stop jcr:primaryType="nt:unstructured"/> </filters> </default> </analyzers> <indexRules jcr:primaryType="nt:unstructured"> <nt:unstructured jcr:primaryType="nt:unstructured"> <properties jcr:primaryType="nt:unstructured"> <someprop jcr:primaryType="nt:unstructured" name="someprop" propertyIndex="{Boolean}true" type="String"/> </properties> </nt:unstructured> </indexRules> 上传到https://editor.swagger.io/,如上所述。它显示了很多错误。

我在记事本中打开swagger.json,并在第一行中将swagger.json替换为swagger。然后保存文件并照常导入Postman(文件>导入...,上传文件)。