Hi, @abm
here is a sample of a parse json. There are required fields and some values are coming in as null. what can I do to address this?
[
{
"message": "Invalid type. Expected String but got Null.",
"lineNumber": 0,
"linePosition": 0,
"path": "[1].Author.Department",
"schemaId": "#/items/properties/Author/properties/Department",
"errorType": "type",
"childErrors": []
},
{
"message": "Invalid type. Expected String but got Null.",
"lineNumber": 0,
"linePosition": 0,
"path": "[2].Author.Department",
"schemaId": "#/items/properties/Author/properties/Department",
"errorType": "type",
"childErrors": []
},
{
"message": "Invalid type. Expected String but got Null.",
"lineNumber": 0,
"linePosition": 0,
"path": "[3].Author.Department",
"schemaId": "#/items/properties/Author/properties/Department",
"errorType": "type",
"childErrors": []
},
{
"message": "Invalid type. Expected String but got Null.",
"lineNumber": 0,
"linePosition": 0,
"path": "[4].Author.Department",
"schemaId": "#/items/properties/Author/properties/Department",
"errorType": "type",
"childErrors": []