架构师_程序员_码农网

 找回密码
 注册[Register]

QQ登录

只需一步,快速开始

查看: 18582|回复: 0

[资料] Swagger Can't use schemaId xx for type xx. The same schemaId is already ...

[复制链接]
发表于 2021-5-20 15:53:30 | 显示全部楼层 |阅读模式
Can't use schemaId xx for type xx. The same schemaId is already used for type xx

InvalidOperationException: Can't use schemaId "$Itsvse" for type "$WebApplication2.Controllers.Test1+Itsvse". The same schemaId is already used for type "$WebApplication2.Controllers.Test+Itsvse"
错误原因:
QQ截图20210520154502.jpg


在项目中有请求参数、响应参数有相同的对象名,但是处于不用的命名空间,示例错误代码如下:

"components": {
    "schemas": {
      "Itsvse": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string",
            "nullable": true
          },
          "disabled": {
            "type": "boolean",
            "default": false
          }
        },
        "additionalProperties": false
      },
      "Itsvse1": {
        "type": "object",
        "properties": {
          "name2": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      }
    }
  }
QQ截图20210520155108.jpg

解决方案

services.AddSwaggerGen 设置如下代码:


QQ截图20210520155310.jpg
(完)




上一篇:Nuget 将多个类库打包成一个包
下一篇:Jenkins(三)插件镜像站点加速
码农网,只发表在实践过程中,遇到的技术难题,不误导他人。
您需要登录后才可以回帖 登录 | 注册[Register]

本版积分规则

免责声明:
码农网所发布的一切软件、编程资料或者文章仅限用于学习和研究目的;不得将上述内容用于商业或者非法用途,否则,一切后果请用户自负。本站信息来自网络,版权争议与本站无关。您必须在下载后的24个小时之内,从您的电脑中彻底删除上述内容。如果您喜欢该程序,请支持正版软件,购买注册,得到更好的正版服务。如有侵权请邮件与我们联系处理。

Mail To:help@itsvse.com

QQ|手机版|小黑屋|架构师 ( 鲁ICP备14021824号-2 )|网站地图

GMT+8, 2024-6-4 21:26

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表