我正在使用在线Swagger编辑器(https://editor.swagger.io/)来验证我的招摇,并且它给了我有用的错误消息,例如:
Semantic error at paths./whatever/something...required.3
Read only properties cannot be marked as required by a schema.
Semantic error at definitions.whatever.properties.whatever.description
Sibling values are not allowed alongside $refs
我需要使用命令行工具执行此验证,作为构建的一部分。我无法在任何swagger.io项目中找到任何可以执行此操作的内容。此外,我尝试了以下第三方工具,所有这些工具都声称我的Swagger有效:
是否可以通过在线Swagger编辑器获得验证,但是在命令行工具中?