getting Error
\<!-- --\>
\<!-- \[ --\>
\<!-- { --\>
\<!-- \`message\`: \`Invalid type. Expected Array but got Object.\`, --\>
\<!-- \`lineNumber\`: 0, --\>
\<!-- \`linePosition\`: 0, --\>
\<!-- \`path\`: \`\[0\]\`, --\>
\<!-- \`schemaId\`: \`#/items\`, --\>
\<!-- \`errorType\`: \`type\`, --\>
\<!-- \`childErrors\`: \[\] --\>
\<!-- } --\>
\<!-- \] --\>
\<!-- --\>
Schema i am using for parsejson is
\<!-- --\>
\<!-- { --\>
\<!-- 'items': { --\>
\<!-- 'items': { --\>
\<!-- 'properties': { --\>
\<!-- 'AttachmentName': { --\>
\<!-- 'type': 'string' --\>
\<!-- }, --\>
\<!-- 'CopyFileFormat': { --\>
\<!-- 'type': 'string' --\>
\<!-- }, --\>
\<!-- 'EmailSubject': { --\>
\<!-- 'type': 'string' --\>
\<!-- }, --\>
\<!-- 'FromEmailDomain': { --\>
\<!-- 'type': 'string' --\>
\<!-- }, --\>
\<!-- 'copypath': { --\>
\<!-- 'type': 'string' --\>
\<!-- } --\>
\<!-- }, --\>
\<!-- 'required': \[ --\>
\<!-- 'EmailSubject', --\>
\<!-- 'FromEmailDomain', --\>
\<!-- 'AttachmentName', --\>
\<!-- 'copypath', --\>
\<!-- 'CopyFileFormat' --\>
\<!-- \], --\>
\<!-- 'type': 'array' --\>
\<!-- }, --\>
\<!-- 'type': 'array' --\>
\<!-- }, --\>
\<!-- 'type': 'array' --\>
\<!-- } --\>
\<!-- --\>
Output from execute stored Procedure
\<!-- --\>
\<!-- { --\>
\<!-- \`ResultSets\`: { --\>
\<!-- \`Table1\`: \[ --\>
\<!-- { --\>
\<!-- \`EmailSubject\`: \`test Value\`, --\>
\<!-- \`FromEmailDomain\`: \`gmail.com\`, --\>
\<!-- \`AttachmentName\`: \`test0804.PDF\`, --\>
\<!-- \`copypath\`: \`test\`, --\>
\<!-- \`CopyFileFormat\`: \`202304.pdf\` --\>
\<!-- } --\>
\<!-- \] --\>
\<!-- }, --\>
\<!-- \`ReturnCode\`: 0, --\>
\<!-- \`OutputParameters\`: {} --\>
\<!-- } --\>
What is wrong in ParseJson Schema ?