テキスト入力フォーム(複数行)

ParameterObject
{
type: "string",
description: "title",
required: true,
format: "multiline"
}
| key | type | required | default | description |
|---|---|---|---|---|
| type | String | yes | '' | stringを指定して下さい。 |
| description | String | no | '' | 補足説明文です。 |
| required | Boolean | no | false | 入力必須項目か否か。 |
| format | String | yes | '' | multilineを指定して下さい。 |