概要
Parse JSONを利用した際に、以前であれば以下で簡単に出来ていたんですが、Automateの仕様変更?によって問題が出るようになったので対処法をメモ
エラーメッセージ
errorMessage
[
{
"message": "Invalid type. Expected String but got Null.",
"lineNumber": 0,
"linePosition": 0,
"path": "Name",
"schemaId": "#/properties/Name",
"errorType": "type",
"childErrors": []
}
]
昔の対処法
- "required": から対象を外す。