0
/cancel:
post:
description: ''
summary: Cancel
operationId: Cancel
produces:
- application/json
parameters:
- name: Body
in: body
required: true
description: ''
schema:
$ref: '#/definitions/CancelRequest'
- name: Authorization
in: header
required: true
description: ''
schema:
$ref: '#/definitions/Authorization'
- name: Content-Type
in: header
required: true
type: string
description: ''
ここがスニペットです。 $ref: '#/definitions/CancelRequest'
の行に間違ったパラメータ定義があると言われています。何が問題なのでしょうか?有効なパラメータ定義ではありません