1
필자의 멋진 파일을 쓰는데 문제가 있습니다. 필자가 매개 변수를 설명 할 때이 동일한 매개 변수의 $ ref에 대한 설명으로 설명이 오버로드됩니다 (아래 예 참조).Swagger 파일 (YAML)의 설명이 오버로드 됨
a-body:
description: The body
type: object
properties:
my_param:
description: Full description
$ref: '#/definitions/reference'
definitions:
reference:
type: object
required: [req]
description: an http reference
properties:
req:
type: string
결과 : 이 the description is overloaded
누군가가 나를이를 통해하시기 바랍니다 얻을 도와 드릴까요?
vs 코드에 버그가있는 플러그인을 사용하고있어 작동하지 않지만 다른 방법으로는 할 수 없습니다! 당신의 도움을 주셔서 감사합니다 ! – VisualPi