Swashbuckle jsonschema文件中的远程定义

时间:2018-05-16 04:44:28

标签: asp.net-core swagger swashbuckle

如何使用swashbuckle在aspnet core 2.0中使用远程定义?我需要导入json文件(schema)以在swagger.json文件中创建定义

示例swagger.json:

definitions:
  response:
    $ref: "https://localhost/domains/jsonschema#/definitions/response"
  

如何使用c#在.net core 2.0的swashbuckle中进行操作?

参考: https://docs.microsoft.com/en-us/aspnet/core/tutorials/getting-started-with-swashbuckle?view=aspnetcore-2.1&tabs=visual-studio-code%2Cvisual-studio-code-xml

0 个答案:

没有答案