これは私のyamlスキーマの一部です:
paths:
'/testing/all':
get:
summary: Get list of open items
tags:
- Items
description: |
Returns an array of json objects items
responses:
'200':
description: Array of open items
schema:
type: array
$ref: '#/definitions/itemList'
default:
description: Unexpected error
schema:
$ref: '#/definitions/Error'
インデントは認識していますが、「応答」を含む行にエラーがあります。
YAMLException: can not read a block mapping entry; a multiline key may not be an implicit key at line 20, column 13:
responses:
このエラーを修正するにはどうすればよいですか? webstorm 2016 と Windows 7 を使用していますか?