以下のような開いている api yaml ファイルがあります。文字列型プロパティに空の文字列値をデフォルトとして割り当てたい。これを行う方法は何ですか
Test:
type: object
required: ['', '']
properties:
test1:
type: string
default: " "
以下のような開いている api yaml ファイルがあります。文字列型プロパティに空の文字列値をデフォルトとして割り当てたい。これを行う方法は何ですか
Test:
type: object
required: ['', '']
properties:
test1:
type: string
default: " "